Html Css Color HEX #258965 Elf Green

📋 copy color: '#258965'

red 37 ◦ green 137 ◦ blue 101

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

Shades of Elf Green #258965

Tints of Elf Green #258965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 13.45%
G = 49.82%
B = 36.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#258965 (or 0x258965) is known color: Elf Green. HEX triplet: 25, 89 and 65. RGB value is (37,137,101). Sum of RGB (Red+Green+Blue) = 37+137+101=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #258965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258965 is #DA769A. Grayscale: #676767. Windows color (decimal): -14317211 or 6654245. OLE color: 6654245.

HSL color Cylindrical-coordinate representation of color #258965: hue angle of 158.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258965 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 137 101 -
CMYK 0.73 0 0.26 0.46
HSL 158.4º 0.57% 0.34% -
HSV(B) 158.4º 0.73% 0.54% -
XYZ 12.06 19.22 15.39 -
YUV 103 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 37 137 101 0.73 0 0.26 0.46 158.4 0.57 0.34
Hex 25 89 65 49 0 1A 2E 9E 39 22
Octal 45 211 145 111 0 32 56 236 71 42
Binary 100101 10001001 1100101 1001001 0 11010 101110 10011110 111001 100010

Color Harmonies of #258965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258965

Black with #258965

Text Example


Text Example

White with #258965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258965; }

 p { color: rgb(37,137,101); }

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

background-color css

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

 a { background-color: rgb(37,137,101); }

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

border-color css

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

 span { border-color: rgb(37,137,101); }

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