Html Css Color HEX #10231F Dark Green

📋 copy color: '#10231F'

red 16 ◦ green 35 ◦ blue 31

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

Shades of Dark Green #10231F

Tints of Dark Green #10231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.68%

 BLUE value IS 31 (12.5% from 255) = 37.8%

R = 19.51%
G = 42.68%
B = 37.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#10231F (or 0x10231F) is known color: Dark Green. HEX triplet: 10, 23 and 1F. RGB value is (16,35,31). Sum of RGB (Red+Green+Blue) = 16+35+31=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #10231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231F is #EFDCE0. Grayscale: #1C1C1C. Windows color (decimal): -15719649 or 2040592. OLE color: 2040592.

HSL color Cylindrical-coordinate representation of color #10231F: hue angle of 167.37º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #10231F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 35 31 -
CMYK 0.54 0 0.11 0.86
HSL 167.37º 0.37% 0.1% -
HSV(B) 167.37º 0.54% 0.14% -
XYZ 1.06 1.41 1.51 -
YUV 28.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 16 35 31 0.54 0 0.11 0.86 167.37 0.37 0.1
Hex 10 23 1F 36 0 B 56 A7 25 A
Octal 20 43 37 66 0 13 126 247 45 12
Binary 10000 100011 11111 110110 0 1011 1010110 10100111 100101 1010

Color Harmonies of #10231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10231F

Black with #10231F

Text Example


Text Example

White with #10231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10231F; }

 p { color: rgb(16,35,31); }

 H1.HeaderClassName
 {
   color: #10231F;
 }
 .AnyTagClassName
 {
   color: #10231F;
 }
</style>

background-color css

<style>
 a { background-color: #10231F; }

 a { background-color: rgb(16,35,31); }

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

border-color css

<style>
 span { border-color: #10231F; }

 span { border-color: rgb(16,35,31); }

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