Html Css Color HEX #10231B Dark Green

📋 copy color: '#10231B'

red 16 ◦ green 35 ◦ blue 27

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

Shades of Dark Green #10231B

Tints of Dark Green #10231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 34.62%

R = 20.51%
G = 44.87%
B = 34.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#10231B (or 0x10231B) is known color: Dark Green. HEX triplet: 10, 23 and 1B. RGB value is (16,35,27). Sum of RGB (Red+Green+Blue) = 16+35+27=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #10231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231B is #EFDCE4. Grayscale: #1C1C1C. Windows color (decimal): -15719653 or 1778448. OLE color: 1778448.

HSL color Cylindrical-coordinate representation of color #10231B: hue angle of 154.74º 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 #10231B is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 35 27 -
CMYK 0.54 0 0.23 0.86
HSL 154.74º 0.37% 0.1% -
HSV(B) 154.74º 0.54% 0.14% -
XYZ 1.01 1.39 1.25 -
YUV 28.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 16 35 27 0.54 0 0.23 0.86 154.74 0.37 0.1
Hex 10 23 1B 36 0 17 56 9B 25 A
Octal 20 43 33 66 0 27 126 233 45 12
Binary 10000 100011 11011 110110 0 10111 1010110 10011011 100101 1010

Color Harmonies of #10231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10231B

Black with #10231B

Text Example


Text Example

White with #10231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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