Html Css Color HEX #10291F Dark Green

📋 copy color: '#10291F'

red 16 ◦ green 41 ◦ blue 31

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

Shades of Dark Green #10291F

Tints of Dark Green #10291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 46.59%

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 18.18%
G = 46.59%
B = 35.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#10291F (or 0x10291F) is known color: Dark Green. HEX triplet: 10, 29 and 1F. RGB value is (16,41,31). Sum of RGB (Red+Green+Blue) = 16+41+31=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 41 - color contains mainly: green. Hex color #10291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10291F is #EFD6E0. Grayscale: #202020. Windows color (decimal): -15718113 or 2042128. OLE color: 2042128.

HSL color Cylindrical-coordinate representation of color #10291F: hue angle of 156º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #10291F is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 41 31 -
CMYK 0.61 0 0.24 0.84
HSL 156º 0.44% 0.11% -
HSV(B) 156º 0.61% 0.16% -
XYZ 1.25 1.79 1.58 -
YUV 32.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 16 41 31 0.61 0 0.24 0.84 156 0.44 0.11
Hex 10 29 1F 3D 0 18 54 9C 2C B
Octal 20 51 37 75 0 30 124 234 54 13
Binary 10000 101001 11111 111101 0 11000 1010100 10011100 101100 1011

Color Harmonies of #10291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10291F

Black with #10291F

Text Example


Text Example

White with #10291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10291F; }

 p { color: rgb(16,41,31); }

 H1.HeaderClassName
 {
   color: #10291F;
 }
 .AnyTagClassName
 {
   color: #10291F;
 }
</style>

background-color css

<style>
 a { background-color: #10291F; }

 a { background-color: rgb(16,41,31); }

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

border-color css

<style>
 span { border-color: #10291F; }

 span { border-color: rgb(16,41,31); }

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