#00231D

Color #00231D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00231D

Tints of Dark Green #00231D

Color information

#00231D (or 0x00231D) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 1D. RGB value is (0,35,29). Sum of RGB (Red+Green+Blue) = 0+35+29=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #00231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231D is #FFDCE2. Grayscale: #171717. Windows color (decimal): -16768227 or 1909504. OLE color: 1909504.

HSL color Cylindrical-coordinate representation of color #00231D: hue angle of 169.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00231D is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB03529-
CMYK100.170.86
HSL169.71º100%6.86%-
HSV(B)169.71º100%13.73%-
XYZ0.821.291.37-
YUV23.85130.9110.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 54.69%
BLUE value IS 29 (11.72% from 255) = 45.31%
R=0%
G=54.69%
B=45.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03529100.170.86169.711006.86
Hex0231D6401156aa647
Octal043351440211262521447
Binary01000111110111001000100011010110101010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,35,29); }

 H1.HeaderClassName
 {
   color: #00231D;
 }
 .AnyTagClassName
 {
   color: #00231D;
 }
</style>
background-color css

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

 a { background-color: rgb(0,35,29); }

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

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

 span { border-color: rgb(0,35,29); }

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