Html Css Color HEX #298975 Elf Green

📋 copy color: '#298975'

red 41 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #298975

Tints of Elf Green #298975

RGB

 RED value IS 41 (16.41% from 255) = 13.9%

 GREEN value IS 137 (53.91% from 255) = 46.44%

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

R = 13.9%
G = 46.44%
B = 39.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#298975 (or 0x298975) is known color: Elf Green. HEX triplet: 29, 89 and 75. RGB value is (41,137,117). Sum of RGB (Red+Green+Blue) = 41+137+117=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #298975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298975 is #D6768A. Grayscale: #6A6A6A. Windows color (decimal): -14055051 or 7702825. OLE color: 7702825.

HSL color Cylindrical-coordinate representation of color #298975: hue angle of 167.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298975 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 137 117 -
CMYK 0.70 0 0.15 0.46
HSL 167.5º 0.54% 0.35% -
HSV(B) 167.5º 0.7% 0.54% -
XYZ 13.07 19.65 19.93 -
YUV 106.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 41 137 117 0.70 0 0.15 0.46 167.5 0.54 0.35
Hex 29 89 75 46 0 F 2E A8 36 23
Octal 51 211 165 106 0 17 56 250 66 43
Binary 101001 10001001 1110101 1000110 0 1111 101110 10101000 110110 100011

Color Harmonies of #298975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298975

Black with #298975

Text Example


Text Example

White with #298975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298975; }

 p { color: rgb(41,137,117); }

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

background-color css

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

 a { background-color: rgb(41,137,117); }

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

border-color css

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

 span { border-color: rgb(41,137,117); }

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