Html Css Color HEX #299E91 Java

📋 copy color: '#299E91'

red 41 ◦ green 158 ◦ blue 145

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

Shades of Java #299E91

Tints of Java #299E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.93%

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

R = 11.92%
G = 45.93%
B = 42.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#299E91 (or 0x299E91) is known color: Java. HEX triplet: 29, 9E and 91. RGB value is (41,158,145). Sum of RGB (Red+Green+Blue) = 41+158+145=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #299E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E91 is #D6616E. Grayscale: #797979. Windows color (decimal): -14049647 or 9543209. OLE color: 9543209.

HSL color Cylindrical-coordinate representation of color #299E91: hue angle of 173.33º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299E91 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 158 145 -
CMYK 0.74 0 0.08 0.38
HSL 173.33º 0.59% 0.39% -
HSV(B) 173.33º 0.74% 0.62% -
XYZ 18.25 26.97 31.03 -
YUV 121.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 41 158 145 0.74 0 0.08 0.38 173.33 0.59 0.39
Hex 29 9E 91 4A 0 8 26 AD 3B 27
Octal 51 236 221 112 0 10 46 255 73 47
Binary 101001 10011110 10010001 1001010 0 1000 100110 10101101 111011 100111

Color Harmonies of #299E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299E91

Black with #299E91

Text Example


Text Example

White with #299E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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