Html Css Color HEX #29968C Java

📋 copy color: '#29968C'

red 41 ◦ green 150 ◦ blue 140

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

Shades of Java #29968C

Tints of Java #29968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 12.39%
G = 45.32%
B = 42.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#29968C (or 0x29968C) is known color: Java. HEX triplet: 29, 96 and 8C. RGB value is (41,150,140). Sum of RGB (Red+Green+Blue) = 41+150+140=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #29968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29968C is #D66973. Grayscale: #747474. Windows color (decimal): -14051700 or 9213481. OLE color: 9213481.

HSL color Cylindrical-coordinate representation of color #29968C: hue angle of 174.5º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29968C is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 140 -
CMYK 0.73 0 0.07 0.41
HSL 174.5º 0.57% 0.37% -
HSV(B) 174.5º 0.73% 0.59% -
XYZ 16.55 24.18 28.61 -
YUV 116.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 41 150 140 0.73 0 0.07 0.41 174.5 0.57 0.37
Hex 29 96 8C 49 0 7 29 AE 39 25
Octal 51 226 214 111 0 7 51 256 71 45
Binary 101001 10010110 10001100 1001001 0 111 101001 10101110 111001 100101

Color Harmonies of #29968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29968C

Black with #29968C

Text Example


Text Example

White with #29968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,150,140); }

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

background-color css

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

 a { background-color: rgb(41,150,140); }

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

border-color css

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

 span { border-color: rgb(41,150,140); }

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