Html Css Color HEX #28936C Elf Green

📋 copy color: '#28936C'

red 40 ◦ green 147 ◦ blue 108

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

Shades of Elf Green #28936C

Tints of Elf Green #28936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.83%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 13.56%
G = 49.83%
B = 36.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#28936C (or 0x28936C) is known color: Elf Green. HEX triplet: 28, 93 and 6C. RGB value is (40,147,108). Sum of RGB (Red+Green+Blue) = 40+147+108=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #28936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28936C is #D76C93. Grayscale: #6E6E6E. Windows color (decimal): -14118036 or 7115560. OLE color: 7115560.

HSL color Cylindrical-coordinate representation of color #28936C: hue angle of 158.13º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28936C is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 147 108 -
CMYK 0.73 0 0.27 0.42
HSL 158.13º 0.57% 0.37% -
HSV(B) 158.13º 0.73% 0.58% -
XYZ 14.02 22.4 17.77 -
YUV 110.56 126.55 77.67 -
System Red Green Blue C M Y K H S L
Decimal 40 147 108 0.73 0 0.27 0.42 158.13 0.57 0.37
Hex 28 93 6C 49 0 1B 2A 9E 39 25
Octal 50 223 154 111 0 33 52 236 71 45
Binary 101000 10010011 1101100 1001001 0 11011 101010 10011110 111001 100101

Color Harmonies of #28936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28936C

Black with #28936C

Text Example


Text Example

White with #28936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28936C; }

 p { color: rgb(40,147,108); }

 H1.HeaderClassName
 {
   color: #28936C;
 }
 .AnyTagClassName
 {
   color: #28936C;
 }
</style>

background-color css

<style>
 a { background-color: #28936C; }

 a { background-color: rgb(40,147,108); }

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

border-color css

<style>
 span { border-color: #28936C; }

 span { border-color: rgb(40,147,108); }

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