Html Css Color HEX #10291E Dark Green

📋 copy color: '#10291E'

red 16 ◦ green 41 ◦ blue 30

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

Shades of Dark Green #10291E

Tints of Dark Green #10291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.48%

R = 18.39%
G = 47.13%
B = 34.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#10291E (or 0x10291E) is known color: Dark Green. HEX triplet: 10, 29 and 1E. RGB value is (16,41,30). Sum of RGB (Red+Green+Blue) = 16+41+30=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #10291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10291E is #EFD6E1. Grayscale: #202020. Windows color (decimal): -15718114 or 1976592. OLE color: 1976592.

HSL color Cylindrical-coordinate representation of color #10291E: hue angle of 153.6º 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 #10291E is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 41 30 -
CMYK 0.61 0 0.27 0.84
HSL 153.6º 0.44% 0.11% -
HSV(B) 153.6º 0.61% 0.16% -
XYZ 1.24 1.79 1.51 -
YUV 32.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 16 41 30 0.61 0 0.27 0.84 153.6 0.44 0.11
Hex 10 29 1E 3D 0 1B 54 9A 2C B
Octal 20 51 36 75 0 33 124 232 54 13
Binary 10000 101001 11110 111101 0 11011 1010100 10011010 101100 1011

Color Harmonies of #10291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10291E

Black with #10291E

Text Example


Text Example

White with #10291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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