#03230F

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

Shades of Dark Green #03230F

Tints of Dark Green #03230F

Color information

#03230F (or 0x03230F) is unknown color: approx Dark Green. HEX triplet: 03, 23 and 0F. RGB value is (3,35,15). Sum of RGB (Red+Green+Blue) = 3+35+15=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #03230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03230F is #FCDCF0. Grayscale: #171717. Windows color (decimal): -16571633 or 992003. OLE color: 992003.

HSL color Cylindrical-coordinate representation of color #03230F: hue angle of 142.5º 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 #03230F is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB33515-
CMYK0.9100.570.86
HSL142.5º84.21%7.45%-
HSV(B)142.5º91.43%13.73%-
XYZ0.721.260.66-
YUV23.15123.4113.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 35 (14.06% from 255) = 66.04%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=5.66%
G=66.04%
B=28.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal335150.9100.570.86142.584.217.45
Hex323F5B039568e547
Octal343171330711262161247
Binary111000111111101101101110011010110100011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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