#42A274

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

Shades of Ocean Green #42A274

Tints of Ocean Green #42A274

Color information

#42A274 (or 0x42A274) is unknown color: approx Ocean Green. HEX triplet: 42, A2 and 74. RGB value is (66,162,116). Sum of RGB (Red+Green+Blue) = 66+162+116=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #42A274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A274 is #BD5D8B. Grayscale: #808080. Windows color (decimal): -12410252 or 7643714. OLE color: 7643714.

HSL color Cylindrical-coordinate representation of color #42A274: hue angle of 151.25º 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 #42A274 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB66162116-
CMYK0.5900.280.36
HSL151.25º42.11%44.71%-
HSV(B)151.25º59.26%63.53%-
XYZ18.3228.2621.01-
YUV128.05121.283.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=19.19%
G=47.09%
B=33.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621160.5900.280.36151.2542.1144.71
Hex42A2743B01C24972a2d
Octal10224216473034442275255
Binary100001010100010111010011101101110010010010010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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