Html Css Color HEX #258164 Elf Green

📋 copy color: '#258164'

red 37 ◦ green 129 ◦ blue 100

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

Shades of Elf Green #258164

Tints of Elf Green #258164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

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

R = 13.91%
G = 48.5%
B = 37.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#258164 (or 0x258164) is known color: Elf Green. HEX triplet: 25, 81 and 64. RGB value is (37,129,100). Sum of RGB (Red+Green+Blue) = 37+129+100=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #258164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258164 is #DA7E9B. Grayscale: #626262. Windows color (decimal): -14319260 or 6586661. OLE color: 6586661.

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

Color convert

RGB 37 129 100 -
CMYK 0.71 0 0.22 0.49
HSL 161.09º 0.55% 0.33% -
HSV(B) 161.09º 0.71% 0.51% -
XYZ 10.91 17.01 14.77 -
YUV 98.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 37 129 100 0.71 0 0.22 0.49 161.09 0.55 0.33
Hex 25 81 64 47 0 16 31 A1 37 21
Octal 45 201 144 107 0 26 61 241 67 41
Binary 100101 10000001 1100100 1000111 0 10110 110001 10100001 110111 100001

Color Harmonies of #258164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258164

Black with #258164

Text Example


Text Example

White with #258164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258164; }

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

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

background-color css

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

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

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

border-color css

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

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

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