Html Css Color HEX #258363 Elf Green

📋 copy color: '#258363'

red 37 ◦ green 131 ◦ blue 99

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

Shades of Elf Green #258363

Tints of Elf Green #258363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 13.86%
G = 49.06%
B = 37.08%

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

#258363 (or 0x258363) is known color: Elf Green. HEX triplet: 25, 83 and 63. RGB value is (37,131,99). Sum of RGB (Red+Green+Blue) = 37+131+99=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #258363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258363 is #DA7C9C. Grayscale: #636363. Windows color (decimal): -14318749 or 6521637. OLE color: 6521637.

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

Color convert

RGB 37 131 99 -
CMYK 0.72 0 0.24 0.49
HSL 159.57º 0.56% 0.33% -
HSV(B) 159.57º 0.72% 0.51% -
XYZ 11.13 17.53 14.6 -
YUV 99.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 37 131 99 0.72 0 0.24 0.49 159.57 0.56 0.33
Hex 25 83 63 48 0 18 31 A0 38 21
Octal 45 203 143 110 0 30 61 240 70 41
Binary 100101 10000011 1100011 1001000 0 11000 110001 10100000 111000 100001

Color Harmonies of #258363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258363

Black with #258363

Text Example


Text Example

White with #258363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258363; }

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

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

background-color css

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

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

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

border-color css

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

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

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