#03230D

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

Shades of Dark Green #03230D

Tints of Dark Green #03230D

Color information

#03230D (or 0x03230D) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 0D. RGB value is (3,35,13). Sum of RGB (Red+Green+Blue) = 3+35+13=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #03230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03230D is #FCDCF2. Grayscale: #161616. Windows color (decimal): -16571635 or 860931. OLE color: 860931.

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

Color convert

RGB33513-
CMYK0.9100.630.86
HSL138.75º84.21%7.45%-
HSV(B)138.75º91.43%13.73%-
XYZ0.711.250.58-
YUV22.92122.4113.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 35 (14.06% from 255) = 68.63%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=5.88%
G=68.63%
B=25.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335130.9100.630.86138.7584.217.45
Hex323D5B03F568b547
Octal343151330771262131247
Binary111000111101101101101111111010110100010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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