#10261B

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

Shades of Cardin Green #10261B

Tints of Cardin Green #10261B

Color information

#10261B (or 0x10261B) is unknown color: approx Cardin Green. HEX triplet: 10, 26 and 1B. RGB value is (16,38,27). Sum of RGB (Red+Green+Blue) = 16+38+27=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #10261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10261B is #EFD9E4. Grayscale: #1E1E1E. Windows color (decimal): -15718885 or 1779216. OLE color: 1779216.

HSL color Cylindrical-coordinate representation of color #10261B: hue angle of 150º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #10261B is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB163827-
CMYK0.5800.290.85
HSL150º40.74%10.59%-
HSV(B)150º57.89%14.9%-
XYZ1.11.581.28-
YUV30.17126.21117.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=19.75%
G=46.91%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638270.5800.290.8515040.7410.59
Hex10261B3A01D559629b
Octal204633720351252265113
Binary10000100110110111110100111011010101100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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