Html Css Color HEX #258B66 Elf Green

📋 copy color: '#258B66'

red 37 ◦ green 139 ◦ blue 102

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

Shades of Elf Green #258B66

Tints of Elf Green #258B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50%

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

R = 13.31%
G = 50%
B = 36.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#258B66 (or 0x258B66) is known color: Elf Green. HEX triplet: 25, 8B and 66. RGB value is (37,139,102). Sum of RGB (Red+Green+Blue) = 37+139+102=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #258B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B66 is #DA7499. Grayscale: #686868. Windows color (decimal): -14316698 or 6720293. OLE color: 6720293.

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

Color convert

RGB 37 139 102 -
CMYK 0.73 0 0.27 0.45
HSL 158.24º 0.58% 0.35% -
HSV(B) 158.24º 0.73% 0.55% -
XYZ 12.39 19.82 15.74 -
YUV 104.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 37 139 102 0.73 0 0.27 0.45 158.24 0.58 0.35
Hex 25 8B 66 49 0 1B 2D 9E 3A 23
Octal 45 213 146 111 0 33 55 236 72 43
Binary 100101 10001011 1100110 1001001 0 11011 101101 10011110 111010 100011

Color Harmonies of #258B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B66

Black with #258B66

Text Example


Text Example

White with #258B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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