#103A28

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

Shades of Cardin Green #103A28

Tints of Cardin Green #103A28

Color information

#103A28 (or 0x103A28) is unknown color: approx Cardin Green. HEX triplet: 10, 3A and 28. RGB value is (16,58,40). Sum of RGB (Red+Green+Blue) = 16+58+40=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #103A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A28 is #EFC5D7. Grayscale: #2B2B2B. Windows color (decimal): -15713752 or 2636304. OLE color: 2636304.

HSL color Cylindrical-coordinate representation of color #103A28: hue angle of 154.29º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A28 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB165840-
CMYK0.7200.310.77
HSL154.29º56.76%14.51%-
HSV(B)154.29º72.41%22.75%-
XYZ2.113.292.53-
YUV43.39126.09108.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=14.04%
G=50.88%
B=35.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658400.7200.310.77154.2956.7614.51
Hex103A284801F4D9a39f
Octal2072501100371152327117
Binary1000011101010100010010000111111001101100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A28; }

 p { color: rgb(16,58,40); }

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

<style>
 a { background-color: #103A28; }

 a { background-color: rgb(16,58,40); }

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

<style>
 span { border-color: #103A28; }

 span { border-color: rgb(16,58,40); }

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