#258E6F

Color #258E6F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #258E6F

Tints of Elf Green #258E6F

Color information

#258E6F (or 0x258E6F) is unknown color: approx Elf Green. HEX triplet: 25, 8E and 6F. RGB value is (37,142,111). Sum of RGB (Red+Green+Blue) = 37+142+111=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #258E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E6F is #DA7190. Grayscale: #6B6B6B. Windows color (decimal): -14315921 or 7310885. OLE color: 7310885.

HSL color Cylindrical-coordinate representation of color #258E6F: hue angle of 162.29º 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 #258E6F is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB37142111-
CMYK0.7400.220.44
HSL162.29º58.66%35.1%-
HSV(B)162.29º73.94%55.69%-
XYZ13.3120.8918.37-
YUV107.07130.2178.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=12.76%
G=48.97%
B=38.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371421110.7400.220.44162.2958.6635.1
Hex258E6F4A0162Ca23b23
Octal45216157112026542427343
Binary100101100011101101111100101001011010110010100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #258E6F;
 }
 .AnyTagClassName
 {
   color: #258E6F;
 }
</style>
background-color css

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

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

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

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

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

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