#258E6B

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

Shades of Elf Green #258E6B

Tints of Elf Green #258E6B

Color information

#258E6B (or 0x258E6B) is unknown color: approx Elf Green. HEX triplet: 25, 8E and 6B. RGB value is (37,142,107). Sum of RGB (Red+Green+Blue) = 37+142+107=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #258E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E6B is #DA7194. Grayscale: #6A6A6A. Windows color (decimal): -14315925 or 7048741. OLE color: 7048741.

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

Color convert

RGB37142107-
CMYK0.7400.250.44
HSL160º58.66%35.1%-
HSV(B)160º73.94%55.69%-
XYZ13.0920.817.23-
YUV106.62128.2178.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 142 (55.86% from 255) = 49.65%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=12.94%
G=49.65%
B=37.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371421070.7400.250.4416058.6635.1
Hex258E6B4A0192Ca03b23
Octal45216153112031542407343
Binary100101100011101101011100101001100110110010100000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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