#0E2618

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

Shades of Cardin Green #0E2618

Tints of Cardin Green #0E2618

Color information

#0E2618 (or 0x0E2618) is unknown color: approx Cardin Green. HEX triplet: 0E, 26 and 18. RGB value is (14,38,24). Sum of RGB (Red+Green+Blue) = 14+38+24=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2618 is #F1D9E7. Grayscale: #1D1D1D. Windows color (decimal): -15849960 or 1582606. OLE color: 1582606.

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

Color convert

RGB143824-
CMYK0.6300.370.85
HSL145º46.15%10.2%-
HSV(B)145º63.16%14.9%-
XYZ1.041.551.11-
YUV29.23125.05117.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=18.42%
G=50%
B=31.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1438240.6300.370.8514546.1510.2
HexE26183F02555912ea
Octal164630770451252215612
Binary11101001101100011111101001011010101100100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,38,24); }

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

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

 a { background-color: rgb(14,38,24); }

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

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

 span { border-color: rgb(14,38,24); }

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