#429f6f

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

Shades of Ocean Green #429F6F

Tints of Ocean Green #429F6F

Color information

#429F6F (or 0x429F6F) is unknown color: approx Ocean Green. HEX triplet: 42, 9F and 6F. RGB value is (66,159,111). Sum of RGB (Red+Green+Blue) = 66+159+111=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #429F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F6F is #BD6090. Grayscale: #7D7D7D. Windows color (decimal): -12411025 or 7315266. OLE color: 7315266.

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

Color convert

RGB66159111-
CMYK0.5800.300.38
HSL149.03º41.33%44.12%-
HSV(B)149.03º58.49%62.35%-
XYZ17.5127.119.35-
YUV125.72119.6985.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=19.64%
G=47.32%
B=33.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591110.5800.300.38149.0341.3344.12
Hex429F6F3A01E2695292c
Octal10223715772036462255154
Binary100001010011111110111111101001111010011010010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,159,111); }

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

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

 a { background-color: rgb(66,159,111); }

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

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

 span { border-color: rgb(66,159,111); }

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