#0E321F

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

Shades of Cardin Green #0E321F

Tints of Cardin Green #0E321F

Color information

#0E321F (or 0x0E321F) is unknown color: approx Cardin Green. HEX triplet: 0E, 32 and 1F. RGB value is (14,50,31). Sum of RGB (Red+Green+Blue) = 14+50+31=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #0E321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E321F is #F1CDE0. Grayscale: #252525. Windows color (decimal): -15846881 or 2044430. OLE color: 2044430.

HSL color Cylindrical-coordinate representation of color #0E321F: hue angle of 148.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E321F is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB145031-
CMYK0.7200.380.80
HSL148.33º56.25%12.55%-
HSV(B)148.33º72%19.61%-
XYZ1.572.471.69-
YUV37.07124.57111.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.74%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=14.74%
G=52.63%
B=32.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450310.7200.380.80148.3356.2512.55
HexE321F48026509438d
Octal1662371100461202247015
Binary111011001011111100100001001101010000100101001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,31); }

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

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

 a { background-color: rgb(14,50,31); }

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

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

 span { border-color: rgb(14,50,31); }

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