#10271C

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

Shades of Cardin Green #10271C

Tints of Cardin Green #10271C

Color information

#10271C (or 0x10271C) is unknown color: approx Cardin Green. HEX triplet: 10, 27 and 1C. RGB value is (16,39,28). Sum of RGB (Red+Green+Blue) = 16+39+28=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #10271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271C is #EFD8E3. Grayscale: #1E1E1E. Windows color (decimal): -15718628 or 1845008. OLE color: 1845008.

HSL color Cylindrical-coordinate representation of color #10271C: hue angle of 151.3º 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 #10271C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB163928-
CMYK0.5900.280.85
HSL151.3º41.82%10.78%-
HSV(B)151.3º58.97%15.29%-
XYZ1.151.651.36-
YUV30.87126.38117.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=19.28%
G=46.99%
B=33.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639280.5900.280.85151.341.8210.78
Hex10271C3B01C55972ab
Octal204734730341252275213
Binary10000100111111001110110111001010101100101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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