#429871

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

Shades of Ocean Green #429871

Tints of Ocean Green #429871

Color information

#429871 (or 0x429871) is unknown color: approx Ocean Green. HEX triplet: 42, 98 and 71. RGB value is (66,152,113). Sum of RGB (Red+Green+Blue) = 66+152+113=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #429871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429871 is #BD678E. Grayscale: #797979. Windows color (decimal): -12412815 or 7444546. OLE color: 7444546.

HSL color Cylindrical-coordinate representation of color #429871: hue angle of 152.79º 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 #429871 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB66152113-
CMYK0.5700.260.40
HSL152.79º39.45%42.75%-
HSV(B)152.79º56.58%59.61%-
XYZ16.4624.8119.54-
YUV121.84123.0188.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=19.94%
G=45.92%
B=34.14%

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
Decimal661521130.5700.260.40152.7939.4542.75
Hex4298713901A2899272b
Octal10223016171032502314753
Binary100001010011000111000111100101101010100010011001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429871; }

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

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

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

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

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

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

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

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