Html Css Color HEX #28946A Elf Green

📋 copy color: '#28946A'

red 40 ◦ green 148 ◦ blue 106

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

Shades of Elf Green #28946A

Tints of Elf Green #28946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 13.61%
G = 50.34%
B = 36.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#28946A (or 0x28946A) is known color: Elf Green. HEX triplet: 28, 94 and 6A. RGB value is (40,148,106). Sum of RGB (Red+Green+Blue) = 40+148+106=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #28946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28946A is #D76B95. Grayscale: #6E6E6E. Windows color (decimal): -14117782 or 6984744. OLE color: 6984744.

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

Color convert

RGB 40 148 106 -
CMYK 0.73 0 0.28 0.42
HSL 156.67º 0.57% 0.37% -
HSV(B) 156.67º 0.73% 0.58% -
XYZ 14.07 22.67 17.27 -
YUV 110.92 125.22 77.42 -
System Red Green Blue C M Y K H S L
Decimal 40 148 106 0.73 0 0.28 0.42 156.67 0.57 0.37
Hex 28 94 6A 49 0 1C 2A 9D 39 25
Octal 50 224 152 111 0 34 52 235 71 45
Binary 101000 10010100 1101010 1001001 0 11100 101010 10011101 111001 100101

Color Harmonies of #28946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28946A

Black with #28946A

Text Example


Text Example

White with #28946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,148,106); }

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

background-color css

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

 a { background-color: rgb(40,148,106); }

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

border-color css

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

 span { border-color: rgb(40,148,106); }

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