Html Css Color HEX #10382C Dark Green

📋 copy color: '#10382C'

red 16 ◦ green 56 ◦ blue 44

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

Shades of Dark Green #10382C

Tints of Dark Green #10382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.28%

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 13.79%
G = 48.28%
B = 37.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#10382C (or 0x10382C) is known color: Dark Green. HEX triplet: 10, 38 and 2C. RGB value is (16,56,44). Sum of RGB (Red+Green+Blue) = 16+56+44=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #10382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382C is #EFC7D3. Grayscale: #2A2A2A. Windows color (decimal): -15714260 or 2897936. OLE color: 2897936.

HSL color Cylindrical-coordinate representation of color #10382C: hue angle of 162º degrees, saturation: 0.56, 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 #10382C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 56 44 -
CMYK 0.71 0 0.21 0.78
HSL 162º 0.56% 0.14% -
HSV(B) 162º 0.71% 0.22% -
XYZ 2.08 3.12 2.88 -
YUV 42.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 16 56 44 0.71 0 0.21 0.78 162 0.56 0.14
Hex 10 38 2C 47 0 15 4E A2 38 E
Octal 20 70 54 107 0 25 116 242 70 16
Binary 10000 111000 101100 1000111 0 10101 1001110 10100010 111000 1110

Color Harmonies of #10382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10382C

Black with #10382C

Text Example


Text Example

White with #10382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10382C; }

 p { color: rgb(16,56,44); }

 H1.HeaderClassName
 {
   color: #10382C;
 }
 .AnyTagClassName
 {
   color: #10382C;
 }
</style>

background-color css

<style>
 a { background-color: #10382C; }

 a { background-color: rgb(16,56,44); }

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

border-color css

<style>
 span { border-color: #10382C; }

 span { border-color: rgb(16,56,44); }

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