Html Css Color HEX #42A06D Ocean Green

📋 copy color: '#42A06D'

red 66 ◦ green 160 ◦ blue 109

#42A06D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #42A06D

Tints of Ocean Green #42A06D

RGB

 RED value IS 66 (26.17% from 255) = 19.7%

 GREEN value IS 160 (62.89% from 255) = 47.76%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 19.7%
G = 47.76%
B = 32.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#42A06D (or 0x42A06D) is known color: Ocean Green. HEX triplet: 42, A0 and 6D. RGB value is (66,160,109). Sum of RGB (Red+Green+Blue) = 66+160+109=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #42A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A06D is #BD5F92. Grayscale: #7E7E7E. Windows color (decimal): -12410771 or 7184450. OLE color: 7184450.

HSL color Cylindrical-coordinate representation of color #42A06D: hue angle of 147.45º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A06D is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 160 109 -
CMYK 0.59 0 0.32 0.37
HSL 147.45º 0.42% 0.44% -
HSV(B) 147.45º 0.59% 0.63% -
XYZ 17.58 27.4 18.83 -
YUV 126.08 118.36 85.15 -
System Red Green Blue C M Y K H S L
Decimal 66 160 109 0.59 0 0.32 0.37 147.45 0.42 0.44
Hex 42 A0 6D 3B 0 20 25 93 2A 2C
Octal 102 240 155 73 0 40 45 223 52 54
Binary 1000010 10100000 1101101 111011 0 100000 100101 10010011 101010 101100

Color Harmonies of #42A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A06D

Black with #42A06D

Text Example


Text Example

White with #42A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,160,109); }

 H1.HeaderClassName
 {
   color: #42A06D;
 }
 .AnyTagClassName
 {
   color: #42A06D;
 }
</style>

background-color css

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

 a { background-color: rgb(66,160,109); }

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

border-color css

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

 span { border-color: rgb(66,160,109); }

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