Html Css Color HEX #258D66 Elf Green

📋 copy color: '#258D66'

red 37 ◦ green 141 ◦ blue 102

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

Shades of Elf Green #258D66

Tints of Elf Green #258D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.36%

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

R = 13.21%
G = 50.36%
B = 36.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#258D66 (or 0x258D66) is known color: Elf Green. HEX triplet: 25, 8D and 66. RGB value is (37,141,102). Sum of RGB (Red+Green+Blue) = 37+141+102=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #258D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258D66 is #DA7299. Grayscale: #696969. Windows color (decimal): -14316186 or 6720805. OLE color: 6720805.

HSL color Cylindrical-coordinate representation of color #258D66: hue angle of 157.5º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258D66 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 141 102 -
CMYK 0.74 0 0.28 0.45
HSL 157.5º 0.58% 0.35% -
HSV(B) 157.5º 0.74% 0.55% -
XYZ 12.69 20.4 15.84 -
YUV 105.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 37 141 102 0.74 0 0.28 0.45 157.5 0.58 0.35
Hex 25 8D 66 4A 0 1C 2D 9E 3A 23
Octal 45 215 146 112 0 34 55 236 72 43
Binary 100101 10001101 1100110 1001010 0 11100 101101 10011110 111010 100011

Color Harmonies of #258D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258D66

Black with #258D66

Text Example


Text Example

White with #258D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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