Html Css Color HEX #289975 Elf Green

📋 copy color: '#289975'

red 40 ◦ green 153 ◦ blue 117

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

Shades of Elf Green #289975

Tints of Elf Green #289975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 12.9%
G = 49.35%
B = 37.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#289975 (or 0x289975) is known color: Elf Green. HEX triplet: 28, 99 and 75. RGB value is (40,153,117). Sum of RGB (Red+Green+Blue) = 40+153+117=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #289975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289975 is #D7668A. Grayscale: #737373. Windows color (decimal): -14116491 or 7706920. OLE color: 7706920.

HSL color Cylindrical-coordinate representation of color #289975: hue angle of 160.88º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289975 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 153 117 -
CMYK 0.74 0 0.24 0.4
HSL 160.89º 0.59% 0.38% -
HSV(B) 160.89º 0.74% 0.6% -
XYZ 15.48 24.52 20.75 -
YUV 115.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 40 153 117 0.74 0 0.24 0.4 160.89 0.59 0.38
Hex 28 99 75 4A 0 18 28 A1 3B 26
Octal 50 231 165 112 0 30 50 241 73 46
Binary 101000 10011001 1110101 1001010 0 11000 101000 10100001 111011 100110

Color Harmonies of #289975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289975

Black with #289975

Text Example


Text Example

White with #289975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289975; }

 p { color: rgb(40,153,117); }

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

background-color css

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

 a { background-color: rgb(40,153,117); }

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

border-color css

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

 span { border-color: rgb(40,153,117); }

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