Html Css Color HEX #42986D Eucalyptus

📋 copy color: '#42986D'

red 66 ◦ green 152 ◦ blue 109

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

Shades of Eucalyptus #42986D

Tints of Eucalyptus #42986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

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

R = 20.18%
G = 46.48%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#42986D (or 0x42986D) is known color: Eucalyptus. HEX triplet: 42, 98 and 6D. RGB value is (66,152,109). Sum of RGB (Red+Green+Blue) = 66+152+109=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #42986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42986D is #BD6792. Grayscale: #797979. Windows color (decimal): -12412819 or 7182402. OLE color: 7182402.

HSL color Cylindrical-coordinate representation of color #42986D: hue angle of 150º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42986D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 109 -
CMYK 0.57 0 0.28 0.40
HSL 150º 0.39% 0.43% -
HSV(B) 150º 0.57% 0.6% -
XYZ 16.24 24.72 18.38 -
YUV 121.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 66 152 109 0.57 0 0.28 0.40 150 0.39 0.43
Hex 42 98 6D 39 0 1C 28 96 27 2B
Octal 102 230 155 71 0 34 50 226 47 53
Binary 1000010 10011000 1101101 111001 0 11100 101000 10010110 100111 101011

Color Harmonies of #42986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42986D

Black with #42986D

Text Example


Text Example

White with #42986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42986D; }

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

 H1.HeaderClassName
 {
   color: #42986D;
 }
 .AnyTagClassName
 {
   color: #42986D;
 }
</style>

background-color css

<style>
 a { background-color: #42986D; }

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

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

border-color css

<style>
 span { border-color: #42986D; }

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

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