#42A276

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

Shades of Ocean Green #42A276

Tints of Ocean Green #42A276

Color information

#42A276 (or 0x42A276) is unknown color: approx Ocean Green. HEX triplet: 42, A2 and 76. RGB value is (66,162,118). Sum of RGB (Red+Green+Blue) = 66+162+118=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #42A276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A276 is #BD5D89. Grayscale: #808080. Windows color (decimal): -12410250 or 7774786. OLE color: 7774786.

HSL color Cylindrical-coordinate representation of color #42A276: hue angle of 152.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A276 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB66162118-
CMYK0.5900.270.36
HSL152.5º42.11%44.71%-
HSV(B)152.5º59.26%63.53%-
XYZ18.4428.3121.63-
YUV128.28122.283.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=19.08%
G=46.82%
B=34.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621180.5900.270.36152.542.1144.71
Hex42A2763B01B24982a2d
Octal10224216673033442305255
Binary100001010100010111011011101101101110010010011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A276; }

 p { color: rgb(66,162,118); }

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

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

 a { background-color: rgb(66,162,118); }

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

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

 span { border-color: rgb(66,162,118); }

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