#10372B

Color #10372B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #10372B

Tints of Dark Green #10372B

Color information

#10372B (or 0x10372B) is unknown color: approx Dark Green. HEX triplet: 10, 37 and 2B. RGB value is (16,55,43). Sum of RGB (Red+Green+Blue) = 16+55+43=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #10372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10372B is #EFC8D4. Grayscale: #292929. Windows color (decimal): -15714517 or 2832144. OLE color: 2832144.

HSL color Cylindrical-coordinate representation of color #10372B: hue angle of 161.54º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10372B is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB165543-
CMYK0.7100.220.78
HSL161.54º54.93%13.92%-
HSV(B)161.54º70.91%21.57%-
XYZ2.023.022.76-
YUV41.97128.58109.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 55 (21.88% from 255) = 48.25%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=14.04%
G=48.25%
B=37.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1655430.7100.220.78161.5454.9313.92
Hex10372B470164Ea237e
Octal2067531070261162426716
Binary1000011011110101110001110101101001110101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10372B; }

 p { color: rgb(16,55,43); }

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

<style>
 a { background-color: #10372B; }

 a { background-color: rgb(16,55,43); }

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

<style>
 span { border-color: #10372B; }

 span { border-color: rgb(16,55,43); }

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