#10271B

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

Shades of Cardin Green #10271B

Tints of Cardin Green #10271B

Color information

#10271B (or 0x10271B) is unknown color: approx Cardin Green. HEX triplet: 10, 27 and 1B. RGB value is (16,39,27). Sum of RGB (Red+Green+Blue) = 16+39+27=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #10271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271B is #EFD8E4. Grayscale: #1E1E1E. Windows color (decimal): -15718629 or 1779472. OLE color: 1779472.

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

Color convert

RGB163927-
CMYK0.5900.310.85
HSL148.7º41.82%10.78%-
HSV(B)148.7º58.97%15.29%-
XYZ1.141.641.29-
YUV30.75125.88117.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 39 (15.62% from 255) = 47.56%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=19.51%
G=47.56%
B=32.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639270.5900.310.85148.741.8210.78
Hex10271B3B01F55952ab
Octal204733730371252255213
Binary10000100111110111110110111111010101100101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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