#0E3B25

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

Shades of Cardin Green #0E3B25

Tints of Cardin Green #0E3B25

Color information

#0E3B25 (or 0x0E3B25) is unknown color: approx Cardin Green. HEX triplet: 0E, 3B and 25. RGB value is (14,59,37). Sum of RGB (Red+Green+Blue) = 14+59+37=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B25 is #F1C4DA. Grayscale: #2B2B2B. Windows color (decimal): -15844571 or 2439950. OLE color: 2439950.

HSL color Cylindrical-coordinate representation of color #0E3B25: hue angle of 150.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3B25 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB145937-
CMYK0.7600.370.77
HSL150.67º61.64%14.31%-
HSV(B)150.67º76.27%23.14%-
XYZ2.083.352.29-
YUV43.04124.59107.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.73%
GREEN value IS 59 (23.44% from 255) = 53.64%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=12.73%
G=53.64%
B=33.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1459370.7600.370.77150.6761.6414.31
HexE3B254C0254D973ee
Octal1673451140451152277616
Binary1110111011100101100110001001011001101100101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,59,37); }

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

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

 a { background-color: rgb(14,59,37); }

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

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

 span { border-color: rgb(14,59,37); }

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