#101C15

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

Shades of Cardin Green #101C15

Tints of Cardin Green #101C15

Color information

#101C15 (or 0x101C15) is unknown color: approx Cardin Green. HEX triplet: 10, 1C and 15. RGB value is (16,28,21). Sum of RGB (Red+Green+Blue) = 16+28+21=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #101C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C15 is #EFE3EA. Grayscale: #171717. Windows color (decimal): -15721451 or 1383440. OLE color: 1383440.

HSL color Cylindrical-coordinate representation of color #101C15: hue angle of 145º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #101C15 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB162821-
CMYK0.4300.250.89
HSL145º27.27%8.63%-
HSV(B)145º42.86%10.98%-
XYZ0.760.990.86-
YUV23.61126.52122.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=24.62%
G=43.08%
B=32.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1628210.4300.250.8914527.278.63
Hex101C152B01959911b9
Octal203425530311312213311
Binary100001110010101101011011001101100110010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101C15; }

 p { color: rgb(16,28,21); }

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

<style>
 a { background-color: #101C15; }

 a { background-color: rgb(16,28,21); }

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

<style>
 span { border-color: #101C15; }

 span { border-color: rgb(16,28,21); }

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