#0E2115

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

Shades of Cardin Green #0E2115

Tints of Cardin Green #0E2115

Color information

#0E2115 (or 0x0E2115) is unknown color: approx Cardin Green. HEX triplet: 0E, 21 and 15. RGB value is (14,33,21). Sum of RGB (Red+Green+Blue) = 14+33+21=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #0E2115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2115 is #F1DEEA. Grayscale: #191919. Windows color (decimal): -15851243 or 1384718. OLE color: 1384718.

HSL color Cylindrical-coordinate representation of color #0E2115: hue angle of 142.11º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E2115 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB143321-
CMYK0.5800.360.87
HSL142.11º40.43%9.22%-
HSV(B)142.11º57.58%12.94%-
XYZ0.861.240.9-
YUV25.95125.21119.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.59%
GREEN value IS 33 (13.28% from 255) = 48.53%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=20.59%
G=48.53%
B=30.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1433210.5800.360.87142.1140.439.22
HexE21153A024578e289
Octal164125720441272165011
Binary11101000011010111101001001001010111100011101010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,33,21); }

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

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

 a { background-color: rgb(14,33,21); }

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

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

 span { border-color: rgb(14,33,21); }

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