Html Css Color HEX #258366 Elf Green

📋 copy color: '#258366'

red 37 ◦ green 131 ◦ blue 102

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

Shades of Elf Green #258366

Tints of Elf Green #258366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 13.7%
G = 48.52%
B = 37.78%

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

#258366 (or 0x258366) is known color: Elf Green. HEX triplet: 25, 83 and 66. RGB value is (37,131,102). Sum of RGB (Red+Green+Blue) = 37+131+102=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #258366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258366 is #DA7C99. Grayscale: #636363. Windows color (decimal): -14318746 or 6718245. OLE color: 6718245.

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

Color convert

RGB 37 131 102 -
CMYK 0.72 0 0.22 0.49
HSL 161.49º 0.56% 0.33% -
HSV(B) 161.49º 0.72% 0.51% -
XYZ 11.28 17.59 15.37 -
YUV 99.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 37 131 102 0.72 0 0.22 0.49 161.49 0.56 0.33
Hex 25 83 66 48 0 16 31 A1 38 21
Octal 45 203 146 110 0 26 61 241 70 41
Binary 100101 10000011 1100110 1001000 0 10110 110001 10100001 111000 100001

Color Harmonies of #258366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258366

Black with #258366

Text Example


Text Example

White with #258366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258366; }

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

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

background-color css

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

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

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

border-color css

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

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

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