Html Css Color HEX #258066 Elf Green

📋 copy color: '#258066'

red 37 ◦ green 128 ◦ blue 102

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

Shades of Elf Green #258066

Tints of Elf Green #258066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.94%

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

R = 13.86%
G = 47.94%
B = 38.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#258066 (or 0x258066) is known color: Elf Green. HEX triplet: 25, 80 and 66. RGB value is (37,128,102). Sum of RGB (Red+Green+Blue) = 37+128+102=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #258066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258066 is #DA7F99. Grayscale: #616161. Windows color (decimal): -14319514 or 6717477. OLE color: 6717477.

HSL color Cylindrical-coordinate representation of color #258066: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258066 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 102 -
CMYK 0.71 0 0.20 0.50
HSL 162.86º 0.55% 0.32% -
HSV(B) 162.86º 0.71% 0.5% -
XYZ 10.88 16.79 15.24 -
YUV 97.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 37 128 102 0.71 0 0.20 0.50 162.86 0.55 0.32
Hex 25 80 66 47 0 14 32 A3 37 20
Octal 45 200 146 107 0 24 62 243 67 40
Binary 100101 10000000 1100110 1000111 0 10100 110010 10100011 110111 100000

Color Harmonies of #258066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258066

Black with #258066

Text Example


Text Example

White with #258066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258066; }

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

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

background-color css

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

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

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

border-color css

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

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

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