Html Css Color HEX #28957A Elf Green

📋 copy color: '#28957A'

red 40 ◦ green 149 ◦ blue 122

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

Shades of Elf Green #28957A

Tints of Elf Green #28957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 12.86%
G = 47.91%
B = 39.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#28957A (or 0x28957A) is known color: Elf Green. HEX triplet: 28, 95 and 7A. RGB value is (40,149,122). Sum of RGB (Red+Green+Blue) = 40+149+122=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #28957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28957A is #D76A85. Grayscale: #717171. Windows color (decimal): -14117510 or 8033576. OLE color: 8033576.

HSL color Cylindrical-coordinate representation of color #28957A: hue angle of 165.14º degrees, saturation: 0.58, 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 #28957A is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 149 122 -
CMYK 0.73 0 0.18 0.42
HSL 165.14º 0.58% 0.37% -
HSV(B) 165.14º 0.73% 0.58% -
XYZ 15.14 23.35 22.12 -
YUV 113.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 40 149 122 0.73 0 0.18 0.42 165.14 0.58 0.37
Hex 28 95 7A 49 0 12 2A A5 3A 25
Octal 50 225 172 111 0 22 52 245 72 45
Binary 101000 10010101 1111010 1001001 0 10010 101010 10100101 111010 100101

Color Harmonies of #28957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28957A

Black with #28957A

Text Example


Text Example

White with #28957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28957A; }

 p { color: rgb(40,149,122); }

 H1.HeaderClassName
 {
   color: #28957A;
 }
 .AnyTagClassName
 {
   color: #28957A;
 }
</style>

background-color css

<style>
 a { background-color: #28957A; }

 a { background-color: rgb(40,149,122); }

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

border-color css

<style>
 span { border-color: #28957A; }

 span { border-color: rgb(40,149,122); }

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