#00230D

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

Shades of Dark Green #00230D

Tints of Dark Green #00230D

Color information

#00230D (or 0x00230D) is unknown color: approx Dark Green. HEX triplet: 00, 23 and 0D. RGB value is (0,35,13). Sum of RGB (Red+Green+Blue) = 0+35+13=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #00230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00230D is #FFDCF2. Grayscale: #161616. Windows color (decimal): -16768243 or 860928. OLE color: 860928.

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

Color convert

RGB03513-
CMYK100.630.86
HSL142.29º100%6.86%-
HSV(B)142.29º100%13.73%-
XYZ0.671.230.58-
YUV22.03122.9112.29-

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) = 72.92%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=0%
G=72.92%
B=27.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal03513100.630.86142.291006.86
Hex023D6403F568e647
Octal043151440771262161447
Binary01000111101110010001111111010110100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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