#103B26

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

Shades of Cardin Green #103B26

Tints of Cardin Green #103B26

Color information

#103B26 (or 0x103B26) is unknown color: approx Cardin Green. HEX triplet: 10, 3B and 26. RGB value is (16,59,38). Sum of RGB (Red+Green+Blue) = 16+59+38=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #103B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B26 is #EFC4D9. Grayscale: #2B2B2B. Windows color (decimal): -15713498 or 2505488. OLE color: 2505488.

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

Color convert

RGB165938-
CMYK0.7300.360.77
HSL150.7º57.33%14.71%-
HSV(B)150.7º72.88%23.14%-
XYZ2.133.382.37-
YUV43.75124.75108.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=14.16%
G=52.21%
B=33.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1659380.7300.360.77150.757.3314.71
Hex103B26490244D9739f
Octal2073461110441152277117
Binary10000111011100110100100101001001001101100101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,59,38); }

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

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

 a { background-color: rgb(16,59,38); }

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

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

 span { border-color: rgb(16,59,38); }

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