Html Css Color HEX #10221D Dark Green

📋 copy color: '#10221D'

red 16 ◦ green 34 ◦ blue 29

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

Shades of Dark Green #10221D

Tints of Dark Green #10221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 43.04%

 BLUE value IS 29 (11.72% from 255) = 36.71%

R = 20.25%
G = 43.04%
B = 36.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#10221D (or 0x10221D) is known color: Dark Green. HEX triplet: 10, 22 and 1D. RGB value is (16,34,29). Sum of RGB (Red+Green+Blue) = 16+34+29=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #10221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10221D is #EFDDE2. Grayscale: #1C1C1C. Windows color (decimal): -15719907 or 1909264. OLE color: 1909264.

HSL color Cylindrical-coordinate representation of color #10221D: hue angle of 163.33º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #10221D is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 34 29 -
CMYK 0.53 0 0.15 0.87
HSL 163.33º 0.36% 0.1% -
HSV(B) 163.33º 0.53% 0.13% -
XYZ 1.01 1.34 1.37 -
YUV 28.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 16 34 29 0.53 0 0.15 0.87 163.33 0.36 0.1
Hex 10 22 1D 35 0 F 57 A3 24 A
Octal 20 42 35 65 0 17 127 243 44 12
Binary 10000 100010 11101 110101 0 1111 1010111 10100011 100100 1010

Color Harmonies of #10221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10221D

Black with #10221D

Text Example


Text Example

White with #10221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10221D; }

 p { color: rgb(16,34,29); }

 H1.HeaderClassName
 {
   color: #10221D;
 }
 .AnyTagClassName
 {
   color: #10221D;
 }
</style>

background-color css

<style>
 a { background-color: #10221D; }

 a { background-color: rgb(16,34,29); }

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

border-color css

<style>
 span { border-color: #10221D; }

 span { border-color: rgb(16,34,29); }

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