Html Css Color HEX #258263 Elf Green

📋 copy color: '#258263'

red 37 ◦ green 130 ◦ blue 99

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

Shades of Elf Green #258263

Tints of Elf Green #258263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 13.91%
G = 48.87%
B = 37.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#258263 (or 0x258263) is known color: Elf Green. HEX triplet: 25, 82 and 63. RGB value is (37,130,99). Sum of RGB (Red+Green+Blue) = 37+130+99=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #258263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258263 is #DA7D9C. Grayscale: #626262. Windows color (decimal): -14319005 or 6521381. OLE color: 6521381.

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

Color convert

RGB 37 130 99 -
CMYK 0.72 0 0.24 0.49
HSL 160º 0.56% 0.33% -
HSV(B) 160º 0.72% 0.51% -
XYZ 11 17.26 14.56 -
YUV 98.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 37 130 99 0.72 0 0.24 0.49 160 0.56 0.33
Hex 25 82 63 48 0 18 31 A0 38 21
Octal 45 202 143 110 0 30 61 240 70 41
Binary 100101 10000010 1100011 1001000 0 11000 110001 10100000 111000 100001

Color Harmonies of #258263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258263

Black with #258263

Text Example


Text Example

White with #258263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258263; }

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

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

background-color css

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

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

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

border-color css

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

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

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