#0E311E

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

Shades of Cardin Green #0E311E

Tints of Cardin Green #0E311E

Color information

#0E311E (or 0x0E311E) is unknown color: approx Cardin Green. HEX triplet: 0E, 31 and 1E. RGB value is (14,49,30). Sum of RGB (Red+Green+Blue) = 14+49+30=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #0E311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E311E is #F1CEE1. Grayscale: #242424. Windows color (decimal): -15847138 or 1978638. OLE color: 1978638.

HSL color Cylindrical-coordinate representation of color #0E311E: hue angle of 147.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E311E is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB144930-
CMYK0.7100.390.81
HSL147.43º55.56%12.35%-
HSV(B)147.43º71.43%19.22%-
XYZ1.512.381.61-
YUV36.37124.4112.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=15.05%
G=52.69%
B=32.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1449300.7100.390.81147.4355.5612.35
HexE311E47027519338c
Octal1661361070471212237014
Binary111011000111110100011101001111010001100100111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,49,30); }

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

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

 a { background-color: rgb(14,49,30); }

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

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

 span { border-color: rgb(14,49,30); }

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