Html Css Color HEX #258464 Elf Green

📋 copy color: '#258464'

red 37 ◦ green 132 ◦ blue 100

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

Shades of Elf Green #258464

Tints of Elf Green #258464

RGB

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

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

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

R = 13.75%
G = 49.07%
B = 37.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#258464 (or 0x258464) is known color: Elf Green. HEX triplet: 25, 84 and 64. RGB value is (37,132,100). Sum of RGB (Red+Green+Blue) = 37+132+100=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #258464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258464 is #DA7B9B. Grayscale: #636363. Windows color (decimal): -14318492 or 6587429. OLE color: 6587429.

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

Color convert

RGB 37 132 100 -
CMYK 0.72 0 0.24 0.48
HSL 159.79º 0.56% 0.33% -
HSV(B) 159.79º 0.72% 0.52% -
XYZ 11.31 17.82 14.9 -
YUV 99.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 37 132 100 0.72 0 0.24 0.48 159.79 0.56 0.33
Hex 25 84 64 48 0 18 30 A0 38 21
Octal 45 204 144 110 0 30 60 240 70 41
Binary 100101 10000100 1100100 1001000 0 11000 110000 10100000 111000 100001

Color Harmonies of #258464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258464

Black with #258464

Text Example


Text Example

White with #258464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258464; }

 p { color: rgb(37,132,100); }

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

background-color css

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

 a { background-color: rgb(37,132,100); }

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

border-color css

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

 span { border-color: rgb(37,132,100); }

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