Html Css Color HEX #28925E Eucalyptus

📋 copy color: '#28925E'

red 40 ◦ green 146 ◦ blue 94

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

Shades of Eucalyptus #28925E

Tints of Eucalyptus #28925E

RGB

 RED value IS 40 (16.02% from 255) = 14.29%

 GREEN value IS 146 (57.42% from 255) = 52.14%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 14.29%
G = 52.14%
B = 33.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#28925E (or 0x28925E) is known color: Eucalyptus. HEX triplet: 28, 92 and 5E. RGB value is (40,146,94). Sum of RGB (Red+Green+Blue) = 40+146+94=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #28925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28925E is #D76DA1. Grayscale: #6C6C6C. Windows color (decimal): -14118306 or 6197800. OLE color: 6197800.

HSL color Cylindrical-coordinate representation of color #28925E: hue angle of 150.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28925E is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 146 94 -
CMYK 0.73 0 0.36 0.43
HSL 150.57º 0.57% 0.36% -
HSV(B) 150.57º 0.73% 0.57% -
XYZ 13.17 21.82 14.11 -
YUV 108.38 119.88 79.23 -
System Red Green Blue C M Y K H S L
Decimal 40 146 94 0.73 0 0.36 0.43 150.57 0.57 0.36
Hex 28 92 5E 49 0 24 2B 97 39 24
Octal 50 222 136 111 0 44 53 227 71 44
Binary 101000 10010010 1011110 1001001 0 100100 101011 10010111 111001 100100

Color Harmonies of #28925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28925E

Black with #28925E

Text Example


Text Example

White with #28925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28925E; }

 p { color: rgb(40,146,94); }

 H1.HeaderClassName
 {
   color: #28925E;
 }
 .AnyTagClassName
 {
   color: #28925E;
 }
</style>

background-color css

<style>
 a { background-color: #28925E; }

 a { background-color: rgb(40,146,94); }

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

border-color css

<style>
 span { border-color: #28925E; }

 span { border-color: rgb(40,146,94); }

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