Html Css Color HEX #258B68 Elf Green

📋 copy color: '#258B68'

red 37 ◦ green 139 ◦ blue 104

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

Shades of Elf Green #258B68

Tints of Elf Green #258B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 13.21%
G = 49.64%
B = 37.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#258B68 (or 0x258B68) is known color: Elf Green. HEX triplet: 25, 8B and 68. RGB value is (37,139,104). Sum of RGB (Red+Green+Blue) = 37+139+104=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #258B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B68 is #DA7497. Grayscale: #686868. Windows color (decimal): -14316696 or 6851365. OLE color: 6851365.

HSL color Cylindrical-coordinate representation of color #258B68: hue angle of 159.41º 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 #258B68 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 139 104 -
CMYK 0.73 0 0.25 0.45
HSL 159.41º 0.58% 0.35% -
HSV(B) 159.41º 0.73% 0.55% -
XYZ 12.49 19.86 16.27 -
YUV 104.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 37 139 104 0.73 0 0.25 0.45 159.41 0.58 0.35
Hex 25 8B 68 49 0 19 2D 9F 3A 23
Octal 45 213 150 111 0 31 55 237 72 43
Binary 100101 10001011 1101000 1001001 0 11001 101101 10011111 111010 100011

Color Harmonies of #258B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B68

Black with #258B68

Text Example


Text Example

White with #258B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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