Html Css Color HEX #10241D Dark Green

📋 copy color: '#10241D'

red 16 ◦ green 36 ◦ blue 29

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

Shades of Dark Green #10241D

Tints of Dark Green #10241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 44.44%

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

R = 19.75%
G = 44.44%
B = 35.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#10241D (or 0x10241D) is known color: Dark Green. HEX triplet: 10, 24 and 1D. RGB value is (16,36,29). Sum of RGB (Red+Green+Blue) = 16+36+29=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #10241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10241D is #EFDBE2. Grayscale: #1D1D1D. Windows color (decimal): -15719395 or 1909776. OLE color: 1909776.

HSL color Cylindrical-coordinate representation of color #10241D: hue angle of 159º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10241D is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 36 29 -
CMYK 0.56 0 0.19 0.86
HSL 159º 0.38% 0.1% -
HSV(B) 159º 0.56% 0.14% -
XYZ 1.07 1.46 1.39 -
YUV 29.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 16 36 29 0.56 0 0.19 0.86 159 0.38 0.1
Hex 10 24 1D 38 0 13 56 9F 26 A
Octal 20 44 35 70 0 23 126 237 46 12
Binary 10000 100100 11101 111000 0 10011 1010110 10011111 100110 1010

Color Harmonies of #10241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10241D

Black with #10241D

Text Example


Text Example

White with #10241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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