#00231C

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

Shades of Dark Green #00231C

Tints of Dark Green #00231C

Color information

#00231C (or 0x00231C) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 1C. RGB value is (0,35,28). Sum of RGB (Red+Green+Blue) = 0+35+28=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #00231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231C is #FFDCE3. Grayscale: #171717. Windows color (decimal): -16768228 or 1843968. OLE color: 1843968.

HSL color Cylindrical-coordinate representation of color #00231C: hue angle of 168º 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 #00231C is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB03528-
CMYK100.200.86
HSL168º100%6.86%-
HSV(B)168º100%13.73%-
XYZ0.811.291.3-
YUV23.74130.4111.07-

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) = 55.56%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=0%
G=55.56%
B=44.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03528100.200.861681006.86
Hex0231C6401456a8647
Octal043341440241262501447
Binary01000111110011001000101001010110101010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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