Html Css Color HEX #258261 Elf Green

📋 copy color: '#258261'

red 37 ◦ green 130 ◦ blue 97

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

Shades of Elf Green #258261

Tints of Elf Green #258261

RGB

 RED value IS 37 (14.84% from 255) = 14.02%

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 14.02%
G = 49.24%
B = 36.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#258261 (or 0x258261) is known color: Elf Green. HEX triplet: 25, 82 and 61. RGB value is (37,130,97). Sum of RGB (Red+Green+Blue) = 37+130+97=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #258261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258261 is #DA7D9E. Grayscale: #626262. Windows color (decimal): -14319007 or 6390309. OLE color: 6390309.

HSL color Cylindrical-coordinate representation of color #258261: hue angle of 158.71º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258261 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 97 -
CMYK 0.72 0 0.25 0.49
HSL 158.71º 0.56% 0.33% -
HSV(B) 158.71º 0.72% 0.51% -
XYZ 10.9 17.22 14.06 -
YUV 98.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 37 130 97 0.72 0 0.25 0.49 158.71 0.56 0.33
Hex 25 82 61 48 0 19 31 9F 38 21
Octal 45 202 141 110 0 31 61 237 70 41
Binary 100101 10000010 1100001 1001000 0 11001 110001 10011111 111000 100001

Color Harmonies of #258261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258261

Black with #258261

Text Example


Text Example

White with #258261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258261; }

 p { color: rgb(37,130,97); }

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

background-color css

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

 a { background-color: rgb(37,130,97); }

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

border-color css

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

 span { border-color: rgb(37,130,97); }

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