#10301F

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

Shades of Cardin Green #10301F

Tints of Cardin Green #10301F

Color information

#10301F (or 0x10301F) is unknown color: approx Cardin Green. HEX triplet: 10, 30 and 1F. RGB value is (16,48,31). Sum of RGB (Red+Green+Blue) = 16+48+31=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #10301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10301F is #EFCFE0. Grayscale: #242424. Windows color (decimal): -15716321 or 2043920. OLE color: 2043920.

HSL color Cylindrical-coordinate representation of color #10301F: hue angle of 148.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10301F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB164831-
CMYK0.6700.350.81
HSL148.12º50%12.55%-
HSV(B)148.12º66.67%18.82%-
XYZ1.522.321.66-
YUV36.49124.9113.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=16.84%
G=50.53%
B=32.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648310.6700.350.81148.125012.55
Hex10301F43023519432d
Octal2060371030431212246215
Binary1000011000011111100001101000111010001100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10301F; }

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

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

<style>
 a { background-color: #10301F; }

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

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

<style>
 span { border-color: #10301F; }

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

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