Html Css Color HEX #10251D Dark Green

📋 copy color: '#10251D'

red 16 ◦ green 37 ◦ blue 29

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

Shades of Dark Green #10251D

Tints of Dark Green #10251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 45.12%

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

R = 19.51%
G = 45.12%
B = 35.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#10251D (or 0x10251D) is known color: Dark Green. HEX triplet: 10, 25 and 1D. RGB value is (16,37,29). Sum of RGB (Red+Green+Blue) = 16+37+29=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #10251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10251D is #EFDAE2. Grayscale: #1D1D1D. Windows color (decimal): -15719139 or 1910032. OLE color: 1910032.

HSL color Cylindrical-coordinate representation of color #10251D: hue angle of 157.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #10251D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 29 -
CMYK 0.57 0 0.22 0.85
HSL 157.14º 0.4% 0.1% -
HSV(B) 157.14º 0.57% 0.15% -
XYZ 1.1 1.52 1.4 -
YUV 29.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 16 37 29 0.57 0 0.22 0.85 157.14 0.4 0.1
Hex 10 25 1D 39 0 16 55 9D 28 A
Octal 20 45 35 71 0 26 125 235 50 12
Binary 10000 100101 11101 111001 0 10110 1010101 10011101 101000 1010

Color Harmonies of #10251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10251D

Black with #10251D

Text Example


Text Example

White with #10251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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