Html Css Color HEX #10372A Dark Green

📋 copy color: '#10372A'

red 16 ◦ green 55 ◦ blue 42

#10372A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #10372A

Tints of Dark Green #10372A

RGB

 RED value IS 16 (6.64% from 255) = 14.16%

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 14.16%
G = 48.67%
B = 37.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#10372A (or 0x10372A) is known color: Dark Green. HEX triplet: 10, 37 and 2A. RGB value is (16,55,42). Sum of RGB (Red+Green+Blue) = 16+55+42=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #10372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10372A is #EFC8D5. Grayscale: #292929. Windows color (decimal): -15714518 or 2766608. OLE color: 2766608.

HSL color Cylindrical-coordinate representation of color #10372A: hue angle of 160º 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 #10372A is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 55 42 -
CMYK 0.71 0 0.24 0.78
HSL 160º 0.55% 0.14% -
HSV(B) 160º 0.71% 0.22% -
XYZ 2 3.01 2.67 -
YUV 41.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 16 55 42 0.71 0 0.24 0.78 160 0.55 0.14
Hex 10 37 2A 47 0 18 4E A0 37 E
Octal 20 67 52 107 0 30 116 240 67 16
Binary 10000 110111 101010 1000111 0 11000 1001110 10100000 110111 1110

Color Harmonies of #10372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10372A

Black with #10372A

Text Example


Text Example

White with #10372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10372A;
 }
 .AnyTagClassName
 {
   color: #10372A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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