Html Css Color HEX #298465 Elf Green

📋 copy color: '#298465'

red 41 ◦ green 132 ◦ blue 101

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

Shades of Elf Green #298465

Tints of Elf Green #298465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.18%

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 14.96%
G = 48.18%
B = 36.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#298465 (or 0x298465) is known color: Elf Green. HEX triplet: 29, 84 and 65. RGB value is (41,132,101). Sum of RGB (Red+Green+Blue) = 41+132+101=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #298465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298465 is #D67B9A. Grayscale: #656565. Windows color (decimal): -14056347 or 6652969. OLE color: 6652969.

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

Color convert

RGB 41 132 101 -
CMYK 0.69 0 0.23 0.48
HSL 159.56º 0.53% 0.34% -
HSV(B) 159.56º 0.69% 0.52% -
XYZ 11.51 17.91 15.16 -
YUV 101.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 41 132 101 0.69 0 0.23 0.48 159.56 0.53 0.34
Hex 29 84 65 45 0 17 30 A0 35 22
Octal 51 204 145 105 0 27 60 240 65 42
Binary 101001 10000100 1100101 1000101 0 10111 110000 10100000 110101 100010

Color Harmonies of #298465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298465

Black with #298465

Text Example


Text Example

White with #298465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298465; }

 p { color: rgb(41,132,101); }

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

background-color css

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

 a { background-color: rgb(41,132,101); }

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

border-color css

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

 span { border-color: rgb(41,132,101); }

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