#429870

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

Shades of Ocean Green #429870

Tints of Ocean Green #429870

Color information

#429870 (or 0x429870) is unknown color: approx Ocean Green. HEX triplet: 42, 98 and 70. RGB value is (66,152,112). Sum of RGB (Red+Green+Blue) = 66+152+112=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #429870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429870 is #BD678F. Grayscale: #797979. Windows color (decimal): -12412816 or 7379010. OLE color: 7379010.

HSL color Cylindrical-coordinate representation of color #429870: hue angle of 152.09º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429870 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB66152112-
CMYK0.5700.260.40
HSL152.09º39.45%42.75%-
HSV(B)152.09º56.58%59.61%-
XYZ16.424.7819.25-
YUV121.73122.5188.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=20%
G=46.06%
B=33.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521120.5700.260.40152.0939.4542.75
Hex4298703901A2898272b
Octal10223016071032502304753
Binary100001010011000111000011100101101010100010011000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429870; }

 p { color: rgb(66,152,112); }

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

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

 a { background-color: rgb(66,152,112); }

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

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

 span { border-color: rgb(66,152,112); }

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