Html Css Color HEX #428D5F Eucalyptus

📋 copy color: '#428D5F'

red 66 ◦ green 141 ◦ blue 95

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

Shades of Eucalyptus #428D5F

Tints of Eucalyptus #428D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 21.85%
G = 46.69%
B = 31.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#428D5F (or 0x428D5F) is known color: Eucalyptus. HEX triplet: 42, 8D and 5F. RGB value is (66,141,95). Sum of RGB (Red+Green+Blue) = 66+141+95=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #428D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D5F is #BD72A0. Grayscale: #717171. Windows color (decimal): -12415649 or 6262082. OLE color: 6262082.

HSL color Cylindrical-coordinate representation of color #428D5F: hue angle of 143.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D5F is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 95 -
CMYK 0.53 0 0.33 0.45
HSL 143.2º 0.36% 0.41% -
HSV(B) 143.2º 0.53% 0.55% -
XYZ 13.84 21.03 14.16 -
YUV 113.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 66 141 95 0.53 0 0.33 0.45 143.2 0.36 0.41
Hex 42 8D 5F 35 0 21 2D 8F 24 29
Octal 102 215 137 65 0 41 55 217 44 51
Binary 1000010 10001101 1011111 110101 0 100001 101101 10001111 100100 101001

Color Harmonies of #428D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D5F

Black with #428D5F

Text Example


Text Example

White with #428D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428D5F; }

 p { color: rgb(66,141,95); }

 H1.HeaderClassName
 {
   color: #428D5F;
 }
 .AnyTagClassName
 {
   color: #428D5F;
 }
</style>

background-color css

<style>
 a { background-color: #428D5F; }

 a { background-color: rgb(66,141,95); }

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

border-color css

<style>
 span { border-color: #428D5F; }

 span { border-color: rgb(66,141,95); }

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