Html Css Color HEX #298C72 Elf Green

📋 copy color: '#298C72'

red 41 ◦ green 140 ◦ blue 114

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

Shades of Elf Green #298C72

Tints of Elf Green #298C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 13.9%
G = 47.46%
B = 38.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#298C72 (or 0x298C72) is known color: Elf Green. HEX triplet: 29, 8C and 72. RGB value is (41,140,114). Sum of RGB (Red+Green+Blue) = 41+140+114=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #298C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298C72 is #D6738D. Grayscale: #6B6B6B. Windows color (decimal): -14054286 or 7506985. OLE color: 7506985.

HSL color Cylindrical-coordinate representation of color #298C72: hue angle of 164.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C72 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 140 114 -
CMYK 0.71 0 0.19 0.45
HSL 164.24º 0.55% 0.35% -
HSV(B) 164.24º 0.71% 0.55% -
XYZ 13.33 20.44 19.16 -
YUV 107.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 41 140 114 0.71 0 0.19 0.45 164.24 0.55 0.35
Hex 29 8C 72 47 0 13 2D A4 37 23
Octal 51 214 162 107 0 23 55 244 67 43
Binary 101001 10001100 1110010 1000111 0 10011 101101 10100100 110111 100011

Color Harmonies of #298C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298C72

Black with #298C72

Text Example


Text Example

White with #298C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298C72; }

 p { color: rgb(41,140,114); }

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

background-color css

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

 a { background-color: rgb(41,140,114); }

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

border-color css

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

 span { border-color: rgb(41,140,114); }

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