#101F17

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

Shades of Cardin Green #101F17

Tints of Cardin Green #101F17

Color information

#101F17 (or 0x101F17) is unknown color: approx Cardin Green. HEX triplet: 10, 1F and 17. RGB value is (16,31,23). Sum of RGB (Red+Green+Blue) = 16+31+23=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #101F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F17 is #EFE0E8. Grayscale: #191919. Windows color (decimal): -15720681 or 1515280. OLE color: 1515280.

HSL color Cylindrical-coordinate representation of color #101F17: hue angle of 148º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #101F17 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB163123-
CMYK0.4800.260.88
HSL148º31.91%9.22%-
HSV(B)148º48.39%12.16%-
XYZ0.861.150.99-
YUV25.6126.53121.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=22.86%
G=44.29%
B=32.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1631230.4800.260.8814831.919.22
Hex101F173001A5894209
Octal203727600321302244011
Binary1000011111101111100000110101011000100101001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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