Html Css Color HEX #28946B Elf Green

📋 copy color: '#28946B'

red 40 ◦ green 148 ◦ blue 107

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

Shades of Elf Green #28946B

Tints of Elf Green #28946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 13.56%
G = 50.17%
B = 36.27%

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

#28946B (or 0x28946B) is known color: Elf Green. HEX triplet: 28, 94 and 6B. RGB value is (40,148,107). Sum of RGB (Red+Green+Blue) = 40+148+107=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #28946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28946B is #D76B94. Grayscale: #6F6F6F. Windows color (decimal): -14117781 or 7050280. OLE color: 7050280.

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

Color convert

RGB 40 148 107 -
CMYK 0.73 0 0.28 0.42
HSL 157.22º 0.57% 0.37% -
HSV(B) 157.22º 0.73% 0.58% -
XYZ 14.12 22.69 17.55 -
YUV 111.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 40 148 107 0.73 0 0.28 0.42 157.22 0.57 0.37
Hex 28 94 6B 49 0 1C 2A 9D 39 25
Octal 50 224 153 111 0 34 52 235 71 45
Binary 101000 10010100 1101011 1001001 0 11100 101010 10011101 111001 100101

Color Harmonies of #28946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28946B

Black with #28946B

Text Example


Text Example

White with #28946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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