Html Css Color HEX #258265 Elf Green

📋 copy color: '#258265'

red 37 ◦ green 130 ◦ blue 101

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

Shades of Elf Green #258265

Tints of Elf Green #258265

RGB

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

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

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

R = 13.81%
G = 48.51%
B = 37.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#258265 (or 0x258265) is known color: Elf Green. HEX triplet: 25, 82 and 65. RGB value is (37,130,101). Sum of RGB (Red+Green+Blue) = 37+130+101=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #258265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258265 is #DA7D9A. Grayscale: #626262. Windows color (decimal): -14319003 or 6652453. OLE color: 6652453.

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

Color convert

RGB 37 130 101 -
CMYK 0.72 0 0.22 0.49
HSL 161.29º 0.56% 0.33% -
HSV(B) 161.29º 0.72% 0.51% -
XYZ 11.09 17.3 15.07 -
YUV 98.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 37 130 101 0.72 0 0.22 0.49 161.29 0.56 0.33
Hex 25 82 65 48 0 16 31 A1 38 21
Octal 45 202 145 110 0 26 61 241 70 41
Binary 100101 10000010 1100101 1001000 0 10110 110001 10100001 111000 100001

Color Harmonies of #258265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258265

Black with #258265

Text Example


Text Example

White with #258265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258265; }

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

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

background-color css

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

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

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

border-color css

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

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

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