#229992

Color #229992 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #229992

Tints of Java #229992

Color information

#229992 (or 0x229992) is unknown color: approx Java. HEX triplet: 22, 99 and 92. RGB value is (34,153,146). Sum of RGB (Red+Green+Blue) = 34+153+146=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #229992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229992 is #DD666D. Grayscale: #747474. Windows color (decimal): -14509678 or 9607458. OLE color: 9607458.

HSL color Cylindrical-coordinate representation of color #229992: hue angle of 176.47º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229992 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB34153146-
CMYK0.7800.050.4
HSL176.47º63.64%36.67%-
HSV(B)176.47º77.78%60%-
XYZ17.2425.231.15-
YUV116.62144.5869.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.21%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=10.21%
G=45.95%
B=43.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341531460.7800.050.4176.4763.6436.67
Hex2299924E0528b04025
Octal42231222116055026010045
Binary100010100110011001001010011100101101000101100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229992; }

 p { color: rgb(34,153,146); }

 H1.HeaderClassName
 {
   color: #229992;
 }
 .AnyTagClassName
 {
   color: #229992;
 }
</style>
background-color css

<style>
 a { background-color: #229992; }

 a { background-color: rgb(34,153,146); }

 div.DivClassName
 {
   background-color: #229992;
 }
 .BgClassName
 {
   background-color: #229992;
 }
</style>
border-color css

<style>
 span { border-color: #229992; }

 span { border-color: rgb(34,153,146); }

 td.TdClassName
 {
   border-color: #229992;
 }
 .TagClassName
 {
   border-color: #229992;
 }
</style>