#103A25

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

Shades of Cardin Green #103A25

Tints of Cardin Green #103A25

Color information

#103A25 (or 0x103A25) is unknown color: approx Cardin Green. HEX triplet: 10, 3A and 25. RGB value is (16,58,37). Sum of RGB (Red+Green+Blue) = 16+58+37=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #103A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A25 is #EFC5DA. Grayscale: #2B2B2B. Windows color (decimal): -15713755 or 2439696. OLE color: 2439696.

HSL color Cylindrical-coordinate representation of color #103A25: hue angle of 150º 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 #103A25 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB165837-
CMYK0.7200.360.77
HSL150º56.76%14.51%-
HSV(B)150º72.41%22.75%-
XYZ2.063.272.27-
YUV43.05124.59108.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 58 (23.05% from 255) = 52.25%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=14.41%
G=52.25%
B=33.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658370.7200.360.7715056.7614.51
Hex103A25480244D9639f
Octal2072451100441152267117
Binary10000111010100101100100001001001001101100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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