#102C1D

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

Shades of Cardin Green #102C1D

Tints of Cardin Green #102C1D

Color information

#102C1D (or 0x102C1D) is unknown color: approx Cardin Green. HEX triplet: 10, 2C and 1D. RGB value is (16,44,29). Sum of RGB (Red+Green+Blue) = 16+44+29=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #102C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C1D is #EFD3E2. Grayscale: #212121. Windows color (decimal): -15717347 or 1911824. OLE color: 1911824.

HSL color Cylindrical-coordinate representation of color #102C1D: hue angle of 147.86º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102C1D is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB164429-
CMYK0.6400.340.83
HSL147.86º46.67%11.76%-
HSV(B)147.86º63.64%17.25%-
XYZ1.3421.48-
YUV33.92125.22115.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=17.98%
G=49.44%
B=32.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1644290.6400.340.83147.8646.6711.76
Hex102C1D4002253942fc
Octal2054351000421232245714
Binary1000010110011101100000001000101010011100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102C1D; }

 p { color: rgb(16,44,29); }

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

<style>
 a { background-color: #102C1D; }

 a { background-color: rgb(16,44,29); }

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

<style>
 span { border-color: #102C1D; }

 span { border-color: rgb(16,44,29); }

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