#42A26B

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

Shades of Ocean Green #42A26B

Tints of Ocean Green #42A26B

Color information

#42A26B (or 0x42A26B) is unknown color: approx Ocean Green. HEX triplet: 42, A2 and 6B. RGB value is (66,162,107). Sum of RGB (Red+Green+Blue) = 66+162+107=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #42A26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A26B is #BD5D94. Grayscale: #7F7F7F. Windows color (decimal): -12410261 or 7053890. OLE color: 7053890.

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

Color convert

RGB66162107-
CMYK0.5900.340.36
HSL145.62º42.11%44.71%-
HSV(B)145.62º59.26%63.53%-
XYZ17.8228.0618.39-
YUV127.03116.784.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=19.70%
G=48.36%
B=31.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621070.5900.340.36145.6242.1144.71
Hex42A26B3B02224922a2d
Octal10224215373042442225255
Binary1000010101000101101011111011010001010010010010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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