Html Css Color HEX #299991 Java

📋 copy color: '#299991'

red 41 ◦ green 153 ◦ blue 145

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

Shades of Java #299991

Tints of Java #299991

RGB

 RED value IS 41 (16.41% from 255) = 12.09%

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

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

R = 12.09%
G = 45.13%
B = 42.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#299991 (or 0x299991) is known color: Java. HEX triplet: 29, 99 and 91. RGB value is (41,153,145). Sum of RGB (Red+Green+Blue) = 41+153+145=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #299991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299991 is #D6666E. Grayscale: #767676. Windows color (decimal): -14050927 or 9541929. OLE color: 9541929.

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

Color convert

RGB 41 153 145 -
CMYK 0.73 0 0.05 0.4
HSL 175.71º 0.58% 0.38% -
HSV(B) 175.71º 0.73% 0.6% -
XYZ 17.42 25.3 30.75 -
YUV 118.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 41 153 145 0.73 0 0.05 0.4 175.71 0.58 0.38
Hex 29 99 91 49 0 5 28 B0 3A 26
Octal 51 231 221 111 0 5 50 260 72 46
Binary 101001 10011001 10010001 1001001 0 101 101000 10110000 111010 100110

Color Harmonies of #299991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299991

Black with #299991

Text Example


Text Example

White with #299991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299991; }

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

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

background-color css

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

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

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

border-color css

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

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

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