#102A1D

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

Shades of Cardin Green #102A1D

Tints of Cardin Green #102A1D

Color information

#102A1D (or 0x102A1D) is unknown color: approx Cardin Green. HEX triplet: 10, 2A and 1D. RGB value is (16,42,29). Sum of RGB (Red+Green+Blue) = 16+42+29=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #102A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A1D is #EFD5E2. Grayscale: #202020. Windows color (decimal): -15717859 or 1911312. OLE color: 1911312.

HSL color Cylindrical-coordinate representation of color #102A1D: hue angle of 150º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #102A1D is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB164229-
CMYK0.6200.310.84
HSL150º44.83%11.37%-
HSV(B)150º61.9%16.47%-
XYZ1.261.851.45-
YUV32.74125.89116.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 42 (16.80% from 255) = 48.28%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=18.39%
G=48.28%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1642290.6200.310.8415044.8311.37
Hex102A1D3E01F54962db
Octal205235760371242265513
Binary10000101010111011111100111111010100100101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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