Html Css Color HEX #229991 Java

📋 copy color: '#229991'

red 34 ◦ green 153 ◦ blue 145

#229991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #229991

Tints of Java #229991

RGB

 RED value IS 34 (13.67% from 255) = 10.24%

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 10.24%
G = 46.08%
B = 43.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#229991 (or 0x229991) is known color: Java. HEX triplet: 22, 99 and 91. RGB value is (34,153,145). Sum of RGB (Red+Green+Blue) = 34+153+145=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #229991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229991 is #DD666E. Grayscale: #747474. Windows color (decimal): -14509679 or 9541922. OLE color: 9541922.

HSL color Cylindrical-coordinate representation of color #229991: hue angle of 175.97º 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 #229991 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 153 145 -
CMYK 0.78 0 0.05 0.4
HSL 175.97º 0.64% 0.37% -
HSV(B) 175.97º 0.78% 0.6% -
XYZ 17.16 25.17 30.74 -
YUV 116.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 34 153 145 0.78 0 0.05 0.4 175.97 0.64 0.37
Hex 22 99 91 4E 0 5 28 B0 40 25
Octal 42 231 221 116 0 5 50 260 100 45
Binary 100010 10011001 10010001 1001110 0 101 101000 10110000 1000000 100101

Color Harmonies of #229991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229991

Black with #229991

Text Example


Text Example

White with #229991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229991; }

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

 H1.HeaderClassName
 {
   color: #229991;
 }
 .AnyTagClassName
 {
   color: #229991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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