#29968D

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

Shades of Java #29968D

Tints of Java #29968D

Color information

#29968D (or 0x29968D) is unknown color: approx Java. HEX triplet: 29, 96 and 8D. RGB value is (41,150,141). Sum of RGB (Red+Green+Blue) = 41+150+141=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #29968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29968D is #D66972. Grayscale: #747474. Windows color (decimal): -14051699 or 9279017. OLE color: 9279017.

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

Color convert

RGB41150141-
CMYK0.7300.060.41
HSL175.05º57.07%37.45%-
HSV(B)175.05º72.67%58.82%-
XYZ16.6324.2129-
YUV116.38141.8974.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=12.35%
G=45.18%
B=42.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501410.7300.060.41175.0557.0737.45
Hex29968D490629af3925
Octal5122621511106512577145
Binary10100110010110100011011001001011010100110101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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