#102017

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

Shades of Cardin Green #102017

Tints of Cardin Green #102017

Color information

#102017 (or 0x102017) is unknown color: approx Cardin Green. HEX triplet: 10, 20 and 17. RGB value is (16,32,23). Sum of RGB (Red+Green+Blue) = 16+32+23=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #102017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102017 is #EFDFE8. Grayscale: #1A1A1A. Windows color (decimal): -15720425 or 1515536. OLE color: 1515536.

HSL color Cylindrical-coordinate representation of color #102017: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #102017 is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB163223-
CMYK0.500.280.87
HSL146.25º33.33%9.41%-
HSV(B)146.25º50%12.55%-
XYZ0.881.211-
YUV26.19126.2120.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.54%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=22.54%
G=45.07%
B=32.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632230.500.280.87146.2533.339.41
Hex1020173201C5792219
Octal204027620341272224111
Binary10000100000101111100100111001010111100100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102017; }

 p { color: rgb(16,32,23); }

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

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

 a { background-color: rgb(16,32,23); }

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

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

 span { border-color: rgb(16,32,23); }

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