Html Css Color HEX #42A372 Ocean Green

📋 copy color: '#42A372'

red 66 ◦ green 163 ◦ blue 114

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

Shades of Ocean Green #42A372

Tints of Ocean Green #42A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.52%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 19.24%
G = 47.52%
B = 33.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#42A372 (or 0x42A372) is known color: Ocean Green. HEX triplet: 42, A3 and 72. RGB value is (66,163,114). Sum of RGB (Red+Green+Blue) = 66+163+114=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #42A372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A372 is #BD5C8D. Grayscale: #808080. Windows color (decimal): -12409998 or 7512898. OLE color: 7512898.

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

Color convert

RGB 66 163 114 -
CMYK 0.60 0 0.30 0.36
HSL 149.69º 0.42% 0.45% -
HSV(B) 149.69º 0.6% 0.64% -
XYZ 18.38 28.57 20.46 -
YUV 128.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 66 163 114 0.60 0 0.30 0.36 149.69 0.42 0.45
Hex 42 A3 72 3C 0 1E 24 96 2A 2D
Octal 102 243 162 74 0 36 44 226 52 55
Binary 1000010 10100011 1110010 111100 0 11110 100100 10010110 101010 101101

Color Harmonies of #42A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A372

Black with #42A372

Text Example


Text Example

White with #42A372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,114); }

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

background-color css

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

 a { background-color: rgb(66,163,114); }

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

border-color css

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

 span { border-color: rgb(66,163,114); }

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