Html Css Color HEX #298364 Elf Green

📋 copy color: '#298364'

red 41 ◦ green 131 ◦ blue 100

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

Shades of Elf Green #298364

Tints of Elf Green #298364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

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

R = 15.07%
G = 48.16%
B = 36.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#298364 (or 0x298364) is known color: Elf Green. HEX triplet: 29, 83 and 64. RGB value is (41,131,100). Sum of RGB (Red+Green+Blue) = 41+131+100=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #298364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298364 is #D67C9B. Grayscale: #646464. Windows color (decimal): -14056604 or 6587177. OLE color: 6587177.

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

Color convert

RGB 41 131 100 -
CMYK 0.69 0 0.24 0.49
HSL 159.33º 0.52% 0.34% -
HSV(B) 159.33º 0.69% 0.51% -
XYZ 11.33 17.62 14.86 -
YUV 100.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 41 131 100 0.69 0 0.24 0.49 159.33 0.52 0.34
Hex 29 83 64 45 0 18 31 9F 34 22
Octal 51 203 144 105 0 30 61 237 64 42
Binary 101001 10000011 1100100 1000101 0 11000 110001 10011111 110100 100010

Color Harmonies of #298364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298364

Black with #298364

Text Example


Text Example

White with #298364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298364; }

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

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

background-color css

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

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

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

border-color css

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

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

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