Html Css Color HEX #298265 Elf Green

📋 copy color: '#298265'

red 41 ◦ green 130 ◦ blue 101

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

Shades of Elf Green #298265

Tints of Elf Green #298265

RGB

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

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

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

R = 15.07%
G = 47.79%
B = 37.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#298265 (or 0x298265) is known color: Elf Green. HEX triplet: 29, 82 and 65. RGB value is (41,130,101). Sum of RGB (Red+Green+Blue) = 41+130+101=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #298265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298265 is #D67D9A. Grayscale: #646464. Windows color (decimal): -14056859 or 6652457. OLE color: 6652457.

HSL color Cylindrical-coordinate representation of color #298265: hue angle of 160.45º 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 #298265 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 101 -
CMYK 0.68 0 0.22 0.49
HSL 160.45º 0.52% 0.34% -
HSV(B) 160.45º 0.68% 0.51% -
XYZ 11.25 17.38 15.07 -
YUV 100.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 41 130 101 0.68 0 0.22 0.49 160.45 0.52 0.34
Hex 29 82 65 44 0 16 31 A0 34 22
Octal 51 202 145 104 0 26 61 240 64 42
Binary 101001 10000010 1100101 1000100 0 10110 110001 10100000 110100 100010

Color Harmonies of #298265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298265

Black with #298265

Text Example


Text Example

White with #298265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298265; }

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

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

background-color css

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

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

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

border-color css

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

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

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