#0C311D

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

Shades of Cardin Green #0C311D

Tints of Cardin Green #0C311D

Color information

#0C311D (or 0x0C311D) is unknown color: approx Cardin Green. HEX triplet: 0C, 31 and 1D. RGB value is (12,49,29). Sum of RGB (Red+Green+Blue) = 12+49+29=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #0C311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C311D is #F3CEE2. Grayscale: #232323. Windows color (decimal): -15978211 or 1913100. OLE color: 1913100.

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

Color convert

RGB124929-
CMYK0.7600.410.81
HSL147.57º60.66%11.96%-
HSV(B)147.57º75.51%19.22%-
XYZ1.472.361.54-
YUV35.66124.24111.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=13.33%
G=54.44%
B=32.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249290.7600.410.81147.5760.6611.96
HexC311D4C02951943dc
Octal1461351140511212247514
Binary110011000111101100110001010011010001100101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,29); }

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

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

 a { background-color: rgb(12,49,29); }

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

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

 span { border-color: rgb(12,49,29); }

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