Html Css Color HEX #28836C Elf Green

📋 copy color: '#28836C'

red 40 ◦ green 131 ◦ blue 108

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

Shades of Elf Green #28836C

Tints of Elf Green #28836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 14.34%
G = 46.95%
B = 38.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#28836C (or 0x28836C) is known color: Elf Green. HEX triplet: 28, 83 and 6C. RGB value is (40,131,108). Sum of RGB (Red+Green+Blue) = 40+131+108=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #28836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28836C is #D77C93. Grayscale: #656565. Windows color (decimal): -14122132 or 7111464. OLE color: 7111464.

HSL color Cylindrical-coordinate representation of color #28836C: hue angle of 164.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28836C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 108 -
CMYK 0.69 0 0.18 0.49
HSL 164.84º 0.53% 0.34% -
HSV(B) 164.84º 0.69% 0.51% -
XYZ 11.7 17.77 17 -
YUV 101.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 40 131 108 0.69 0 0.18 0.49 164.84 0.53 0.34
Hex 28 83 6C 45 0 12 31 A5 35 22
Octal 50 203 154 105 0 22 61 245 65 42
Binary 101000 10000011 1101100 1000101 0 10010 110001 10100101 110101 100010

Color Harmonies of #28836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28836C

Black with #28836C

Text Example


Text Example

White with #28836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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