#29968A

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

Shades of Java #29968A

Tints of Java #29968A

Color information

#29968A (or 0x29968A) is unknown color: approx Java. HEX triplet: 29, 96 and 8A. RGB value is (41,150,138). Sum of RGB (Red+Green+Blue) = 41+150+138=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #29968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29968A is #D66975. Grayscale: #737373. Windows color (decimal): -14051702 or 9082409. OLE color: 9082409.

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

Color convert

RGB41150138-
CMYK0.7300.080.41
HSL173.39º57.07%37.45%-
HSV(B)173.39º72.67%58.82%-
XYZ16.4124.1227.84-
YUV116.04140.3974.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=12.46%
G=45.59%
B=41.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501380.7300.080.41173.3957.0737.45
Hex29968A490829ad3925
Octal51226212111010512557145
Binary101001100101101000101010010010100010100110101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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