Html Css Color HEX #299C91 Java

📋 copy color: '#299C91'

red 41 ◦ green 156 ◦ blue 145

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

Shades of Java #299C91

Tints of Java #299C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.61%

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

R = 11.99%
G = 45.61%
B = 42.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#299C91 (or 0x299C91) is known color: Java. HEX triplet: 29, 9C and 91. RGB value is (41,156,145). Sum of RGB (Red+Green+Blue) = 41+156+145=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #299C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C91 is #D6636E. Grayscale: #787878. Windows color (decimal): -14050159 or 9542697. OLE color: 9542697.

HSL color Cylindrical-coordinate representation of color #299C91: hue angle of 174.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C91 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 156 145 -
CMYK 0.74 0 0.07 0.39
HSL 174.26º 0.58% 0.39% -
HSV(B) 174.26º 0.74% 0.61% -
XYZ 17.91 26.29 30.92 -
YUV 120.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 41 156 145 0.74 0 0.07 0.39 174.26 0.58 0.39
Hex 29 9C 91 4A 0 7 27 AE 3A 27
Octal 51 234 221 112 0 7 47 256 72 47
Binary 101001 10011100 10010001 1001010 0 111 100111 10101110 111010 100111

Color Harmonies of #299C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C91

Black with #299C91

Text Example


Text Example

White with #299C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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