#10291B

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

Shades of Cardin Green #10291B

Tints of Cardin Green #10291B

Color information

#10291B (or 0x10291B) is unknown color: approx Cardin Green. HEX triplet: 10, 29 and 1B. RGB value is (16,41,27). Sum of RGB (Red+Green+Blue) = 16+41+27=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #10291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10291B is #EFD6E4. Grayscale: #1F1F1F. Windows color (decimal): -15718117 or 1779984. OLE color: 1779984.

HSL color Cylindrical-coordinate representation of color #10291B: hue angle of 146.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #10291B is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB164127-
CMYK0.6100.340.84
HSL146.4º43.86%11.18%-
HSV(B)146.4º60.98%16.08%-
XYZ1.21.781.32-
YUV31.93125.22116.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=19.05%
G=48.81%
B=32.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1641270.6100.340.84146.443.8611.18
Hex10291B3D02254922cb
Octal205133750421242225413
Binary100001010011101111110101000101010100100100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10291B; }

 p { color: rgb(16,41,27); }

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

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

 a { background-color: rgb(16,41,27); }

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

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

 span { border-color: rgb(16,41,27); }

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