Html Css Color HEX #10251C Dark Green

📋 copy color: '#10251C'

red 16 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #10251C

Tints of Dark Green #10251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 34.57%

R = 19.75%
G = 45.68%
B = 34.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#10251C (or 0x10251C) is known color: Dark Green. HEX triplet: 10, 25 and 1C. RGB value is (16,37,28). Sum of RGB (Red+Green+Blue) = 16+37+28=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #10251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10251C is #EFDAE3. Grayscale: #1D1D1D. Windows color (decimal): -15719140 or 1844496. OLE color: 1844496.

HSL color Cylindrical-coordinate representation of color #10251C: hue angle of 154.29º 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 #10251C is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 28 -
CMYK 0.57 0 0.24 0.85
HSL 154.29º 0.4% 0.1% -
HSV(B) 154.29º 0.57% 0.15% -
XYZ 1.08 1.52 1.33 -
YUV 29.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 16 37 28 0.57 0 0.24 0.85 154.29 0.4 0.1
Hex 10 25 1C 39 0 18 55 9A 28 A
Octal 20 45 34 71 0 30 125 232 50 12
Binary 10000 100101 11100 111001 0 11000 1010101 10011010 101000 1010

Color Harmonies of #10251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10251C

Black with #10251C

Text Example


Text Example

White with #10251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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