#429C6D

Color #429C6D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #429C6D

Tints of Ocean Green #429C6D

Color information

#429C6D (or 0x429C6D) is unknown color: approx Ocean Green. HEX triplet: 42, 9C and 6D. RGB value is (66,156,109). Sum of RGB (Red+Green+Blue) = 66+156+109=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #429C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C6D is #BD6392. Grayscale: #7B7B7B. Windows color (decimal): -12411795 or 7183426. OLE color: 7183426.

HSL color Cylindrical-coordinate representation of color #429C6D: hue angle of 148.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C6D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB66156109-
CMYK0.5800.300.39
HSL148.67º40.54%43.53%-
HSV(B)148.67º57.69%61.18%-
XYZ16.926.0418.6-
YUV123.73119.6886.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=19.94%
G=47.13%
B=32.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561090.5800.300.39148.6740.5443.53
Hex429C6D3A01E2795292c
Octal10223415572036472255154
Binary100001010011100110110111101001111010011110010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429C6D; }

 p { color: rgb(66,156,109); }

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

<style>
 a { background-color: #429C6D; }

 a { background-color: rgb(66,156,109); }

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

<style>
 span { border-color: #429C6D; }

 span { border-color: rgb(66,156,109); }

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