Html Css Color HEX #29949C Java

📋 copy color: '#29949C'

red 41 ◦ green 148 ◦ blue 156

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

Shades of Java #29949C

Tints of Java #29949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 11.88%
G = 42.9%
B = 45.22%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29949C (or 0x29949C) is known color: Java. HEX triplet: 29, 94 and 9C. RGB value is (41,148,156). Sum of RGB (Red+Green+Blue) = 41+148+156=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #29949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29949C is #D66B63. Grayscale: #747474. Windows color (decimal): -14052196 or 10261545. OLE color: 10261545.

HSL color Cylindrical-coordinate representation of color #29949C: hue angle of 184.17º 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 #29949C is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 148 156 -
CMYK 0.74 0.05 0 0.39
HSL 184.17º 0.58% 0.39% -
HSV(B) 184.17º 0.74% 0.61% -
XYZ 17.51 24.05 35.17 -
YUV 116.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 41 148 156 0.74 0.05 0 0.39 184.17 0.58 0.39
Hex 29 94 9C 4A 5 0 27 B8 3A 27
Octal 51 224 234 112 5 0 47 270 72 47
Binary 101001 10010100 10011100 1001010 101 0 100111 10111000 111010 100111

Color Harmonies of #29949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29949C

Black with #29949C

Text Example


Text Example

White with #29949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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