#42986e

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

Shades of Ocean Green #42986E

Tints of Ocean Green #42986E

Color information

#42986E (or 0x42986E) is unknown color: approx Ocean Green. HEX triplet: 42, 98 and 6E. RGB value is (66,152,110). Sum of RGB (Red+Green+Blue) = 66+152+110=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #42986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42986E is #BD6791. Grayscale: #797979. Windows color (decimal): -12412818 or 7247938. OLE color: 7247938.

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

Color convert

RGB66152110-
CMYK0.5700.280.40
HSL150.7º39.45%42.75%-
HSV(B)150.7º56.58%59.61%-
XYZ16.2924.7418.67-
YUV121.5121.5188.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=20.12%
G=46.34%
B=33.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521100.5700.280.40150.739.4542.75
Hex42986E3901C2897272b
Octal10223015671034502274753
Binary100001010011000110111011100101110010100010010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42986e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42986e; }

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

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

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

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

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

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

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

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