#0E3927

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

Shades of Cardin Green #0E3927

Tints of Cardin Green #0E3927

Color information

#0E3927 (or 0x0E3927) is unknown color: approx Cardin Green. HEX triplet: 0E, 39 and 27. RGB value is (14,57,39). Sum of RGB (Red+Green+Blue) = 14+57+39=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3927 is #F1C6D8. Grayscale: #2A2A2A. Windows color (decimal): -15845081 or 2570510. OLE color: 2570510.

HSL color Cylindrical-coordinate representation of color #0E3927: hue angle of 154.88º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3927 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB145739-
CMYK0.7500.320.78
HSL154.88º60.56%13.92%-
HSV(B)154.88º75.44%22.35%-
XYZ2.013.172.42-
YUV42.09126.25107.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.73%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=12.73%
G=51.82%
B=35.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1457390.7500.320.78154.8860.5613.92
HexE39274B0204E9b3de
Octal1671471130401162337516
Binary1110111001100111100101101000001001110100110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,57,39); }

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

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

 a { background-color: rgb(14,57,39); }

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

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

 span { border-color: rgb(14,57,39); }

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