#0E2919

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

Shades of Cardin Green #0E2919

Tints of Cardin Green #0E2919

Color information

#0E2919 (or 0x0E2919) is unknown color: approx Cardin Green. HEX triplet: 0E, 29 and 19. RGB value is (14,41,25). Sum of RGB (Red+Green+Blue) = 14+41+25=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2919 is #F1D6E6. Grayscale: #1F1F1F. Windows color (decimal): -15849191 or 1648910. OLE color: 1648910.

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

Color convert

RGB144125-
CMYK0.6600.390.84
HSL144.44º49.09%10.78%-
HSV(B)144.44º65.85%16.08%-
XYZ1.151.751.2-
YUV31.1124.55115.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.5%
GREEN value IS 41 (16.41% from 255) = 51.25%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=17.5%
G=51.25%
B=31.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1441250.6600.390.84144.4449.0910.78
HexE291942027549031b
Octal1651311020471242206113
Binary111010100111001100001001001111010100100100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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