#429C6C

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

Shades of Ocean Green #429C6C

Tints of Ocean Green #429C6C

Color information

#429C6C (or 0x429C6C) is unknown color: approx Ocean Green. HEX triplet: 42, 9C and 6C. RGB value is (66,156,108). Sum of RGB (Red+Green+Blue) = 66+156+108=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #429C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C6C is #BD6393. Grayscale: #7B7B7B. Windows color (decimal): -12411796 or 7117890. OLE color: 7117890.

HSL color Cylindrical-coordinate representation of color #429C6C: hue angle of 148º 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 #429C6C is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB66156108-
CMYK0.5800.310.39
HSL148º40.54%43.53%-
HSV(B)148º57.69%61.18%-
XYZ16.8426.0218.32-
YUV123.62119.1886.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=20%
G=47.27%
B=32.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561080.5800.310.3914840.5443.53
Hex429C6C3A01F2794292c
Octal10223415472037472245154
Binary100001010011100110110011101001111110011110010100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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