Html Css Color HEX #298664 Elf Green

📋 copy color: '#298664'

red 41 ◦ green 134 ◦ blue 100

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

Shades of Elf Green #298664

Tints of Elf Green #298664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

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

R = 14.91%
G = 48.73%
B = 36.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#298664 (or 0x298664) is known color: Elf Green. HEX triplet: 29, 86 and 64. RGB value is (41,134,100). Sum of RGB (Red+Green+Blue) = 41+134+100=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #298664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298664 is #D6799B. Grayscale: #666666. Windows color (decimal): -14055836 or 6587945. OLE color: 6587945.

HSL color Cylindrical-coordinate representation of color #298664: hue angle of 158.06º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298664 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 100 -
CMYK 0.69 0 0.25 0.47
HSL 158.06º 0.53% 0.34% -
HSV(B) 158.06º 0.69% 0.53% -
XYZ 11.74 18.44 15 -
YUV 102.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 41 134 100 0.69 0 0.25 0.47 158.06 0.53 0.34
Hex 29 86 64 45 0 19 2F 9E 35 22
Octal 51 206 144 105 0 31 57 236 65 42
Binary 101001 10000110 1100100 1000101 0 11001 101111 10011110 110101 100010

Color Harmonies of #298664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298664

Black with #298664

Text Example


Text Example

White with #298664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298664; }

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

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

background-color css

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

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

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

border-color css

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

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

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