#0E2517

Color #0E2517 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #0E2517

Tints of Cardin Green #0E2517

Color information

#0E2517 (or 0x0E2517) is unknown color: approx Cardin Green. HEX triplet: 0E, 25 and 17. RGB value is (14,37,23). Sum of RGB (Red+Green+Blue) = 14+37+23=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2517 is #F1DAE8. Grayscale: #1C1C1C. Windows color (decimal): -15850217 or 1516814. OLE color: 1516814.

HSL color Cylindrical-coordinate representation of color #0E2517: hue angle of 143.48º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2517 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB143723-
CMYK0.6200.380.85
HSL143.48º45.1%10%-
HSV(B)143.48º62.16%14.51%-
XYZ11.481.04-
YUV28.53124.88117.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.92%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=18.92%
G=50%
B=31.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1437230.6200.380.85143.4845.110
HexE25173E026558f2da
Octal164527760461252175512
Binary11101001011011111111001001101010101100011111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2517; }

 p { color: rgb(14,37,23); }

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

<style>
 a { background-color: #0E2517; }

 a { background-color: rgb(14,37,23); }

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

<style>
 span { border-color: #0E2517; }

 span { border-color: rgb(14,37,23); }

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