Html Css Color HEX #298264 Elf Green

📋 copy color: '#298264'

red 41 ◦ green 130 ◦ blue 100

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

Shades of Elf Green #298264

Tints of Elf Green #298264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

 BLUE value IS 100 (39.45% from 255) = 36.9%

R = 15.13%
G = 47.97%
B = 36.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#298264 (or 0x298264) is known color: Elf Green. HEX triplet: 29, 82 and 64. RGB value is (41,130,100). Sum of RGB (Red+Green+Blue) = 41+130+100=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #298264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298264 is #D67D9B. Grayscale: #646464. Windows color (decimal): -14056860 or 6586921. OLE color: 6586921.

HSL color Cylindrical-coordinate representation of color #298264: hue angle of 159.78º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298264 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 100 -
CMYK 0.68 0 0.23 0.49
HSL 159.78º 0.52% 0.34% -
HSV(B) 159.78º 0.68% 0.51% -
XYZ 11.2 17.36 14.82 -
YUV 99.97 128.01 85.94 -
System Red Green Blue C M Y K H S L
Decimal 41 130 100 0.68 0 0.23 0.49 159.78 0.52 0.34
Hex 29 82 64 44 0 17 31 A0 34 22
Octal 51 202 144 104 0 27 61 240 64 42
Binary 101001 10000010 1100100 1000100 0 10111 110001 10100000 110100 100010

Color Harmonies of #298264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298264

Black with #298264

Text Example


Text Example

White with #298264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298264; }

 p { color: rgb(41,130,100); }

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

background-color css

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

 a { background-color: rgb(41,130,100); }

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

border-color css

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

 span { border-color: rgb(41,130,100); }

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