Html Css Color HEX #42A671 Ocean Green

📋 copy color: '#42A671'

red 66 ◦ green 166 ◦ blue 113

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

Shades of Ocean Green #42A671

Tints of Ocean Green #42A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.12%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 19.13%
G = 48.12%
B = 32.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#42A671 (or 0x42A671) is known color: Ocean Green. HEX triplet: 42, A6 and 71. RGB value is (66,166,113). Sum of RGB (Red+Green+Blue) = 66+166+113=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #42A671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A671 is #BD598E. Grayscale: #828282. Windows color (decimal): -12409231 or 7448130. OLE color: 7448130.

HSL color Cylindrical-coordinate representation of color #42A671: hue angle of 148.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A671 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 166 113 -
CMYK 0.60 0 0.32 0.35
HSL 148.2º 0.43% 0.45% -
HSV(B) 148.2º 0.6% 0.65% -
XYZ 18.86 29.62 20.35 -
YUV 130.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 66 166 113 0.60 0 0.32 0.35 148.2 0.43 0.45
Hex 42 A6 71 3C 0 20 23 94 2B 2D
Octal 102 246 161 74 0 40 43 224 53 55
Binary 1000010 10100110 1110001 111100 0 100000 100011 10010100 101011 101101

Color Harmonies of #42A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A671

Black with #42A671

Text Example


Text Example

White with #42A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,166,113); }

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

background-color css

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

 a { background-color: rgb(66,166,113); }

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

border-color css

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

 span { border-color: rgb(66,166,113); }

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