Html Css Color HEX #258E6E Elf Green

📋 copy color: '#258E6E'

red 37 ◦ green 142 ◦ blue 110

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

Shades of Elf Green #258E6E

Tints of Elf Green #258E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.13%

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 12.8%
G = 49.13%
B = 38.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#258E6E (or 0x258E6E) is known color: Elf Green. HEX triplet: 25, 8E and 6E. RGB value is (37,142,110). Sum of RGB (Red+Green+Blue) = 37+142+110=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #258E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E6E is #DA7191. Grayscale: #6A6A6A. Windows color (decimal): -14315922 or 7245349. OLE color: 7245349.

HSL color Cylindrical-coordinate representation of color #258E6E: hue angle of 161.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E6E is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 142 110 -
CMYK 0.74 0 0.23 0.44
HSL 161.71º 0.59% 0.35% -
HSV(B) 161.71º 0.74% 0.56% -
XYZ 13.25 20.87 18.08 -
YUV 106.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 37 142 110 0.74 0 0.23 0.44 161.71 0.59 0.35
Hex 25 8E 6E 4A 0 17 2C A2 3B 23
Octal 45 216 156 112 0 27 54 242 73 43
Binary 100101 10001110 1101110 1001010 0 10111 101100 10100010 111011 100011

Color Harmonies of #258E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258E6E

Black with #258E6E

Text Example


Text Example

White with #258E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,110); }

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

background-color css

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

 a { background-color: rgb(37,142,110); }

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

border-color css

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

 span { border-color: rgb(37,142,110); }

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