#0E2819

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

Shades of Cardin Green #0E2819

Tints of Cardin Green #0E2819

Color information

#0E2819 (or 0x0E2819) is unknown color: approx Cardin Green. HEX triplet: 0E, 28 and 19. RGB value is (14,40,25). Sum of RGB (Red+Green+Blue) = 14+40+25=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2819 is #F1D7E6. Grayscale: #1E1E1E. Windows color (decimal): -15849447 or 1648654. OLE color: 1648654.

HSL color Cylindrical-coordinate representation of color #0E2819: hue angle of 145.38º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2819 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB144025-
CMYK0.6500.380.84
HSL145.38º48.15%10.59%-
HSV(B)145.38º65%15.69%-
XYZ1.121.681.19-
YUV30.52124.89116.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.72%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=17.72%
G=50.63%
B=31.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440250.6500.380.84145.3848.1510.59
HexE281941026549130b
Octal1650311010461242216013
Binary111010100011001100000101001101010100100100011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,40,25); }

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

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

 a { background-color: rgb(14,40,25); }

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

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

 span { border-color: rgb(14,40,25); }

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