Html Css Color HEX #42A272 Ocean Green

📋 copy color: '#42A272'

red 66 ◦ green 162 ◦ blue 114

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

Shades of Ocean Green #42A272

Tints of Ocean Green #42A272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.37%

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

R = 19.3%
G = 47.37%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#42A272 (or 0x42A272) is known color: Ocean Green. HEX triplet: 42, A2 and 72. RGB value is (66,162,114). Sum of RGB (Red+Green+Blue) = 66+162+114=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #42A272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A272 is #BD5D8D. Grayscale: #7F7F7F. Windows color (decimal): -12410254 or 7512642. OLE color: 7512642.

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

Color convert

RGB 66 162 114 -
CMYK 0.59 0 0.30 0.36
HSL 150º 0.42% 0.45% -
HSV(B) 150º 0.59% 0.64% -
XYZ 18.2 28.21 20.41 -
YUV 127.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 66 162 114 0.59 0 0.30 0.36 150 0.42 0.45
Hex 42 A2 72 3B 0 1E 24 96 2A 2D
Octal 102 242 162 73 0 36 44 226 52 55
Binary 1000010 10100010 1110010 111011 0 11110 100100 10010110 101010 101101

Color Harmonies of #42A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A272

Black with #42A272

Text Example


Text Example

White with #42A272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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