#29968B

Color #29968B Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #29968B

Tints of Java #29968B

Color information

#29968B (or 0x29968B) is unknown color: approx Java. HEX triplet: 29, 96 and 8B. RGB value is (41,150,139). Sum of RGB (Red+Green+Blue) = 41+150+139=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #29968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29968B is #D66974. Grayscale: #747474. Windows color (decimal): -14051701 or 9147945. OLE color: 9147945.

HSL color Cylindrical-coordinate representation of color #29968B: hue angle of 173.94º 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 #29968B is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB41150139-
CMYK0.7300.070.41
HSL173.94º57.07%37.45%-
HSV(B)173.94º72.67%58.82%-
XYZ16.4824.1528.22-
YUV116.16140.8974.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=12.42%
G=45.45%
B=42.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501390.7300.070.41173.9457.0737.45
Hex29968B490729ae3925
Octal5122621311107512567145
Binary10100110010110100010111001001011110100110101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29968B;
 }
 .AnyTagClassName
 {
   color: #29968B;
 }
</style>
background-color css

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

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

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

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

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

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