#03812D

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

Shades of Dark Spring Green #03812D

Tints of Dark Spring Green #03812D

Color information

#03812D (or 0x03812D) is unknown color: approx Dark Spring Green. HEX triplet: 03, 81 and 2D. RGB value is (3,129,45). Sum of RGB (Red+Green+Blue) = 3+129+45=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 129 (50.78% from 255 or 72.88% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 129 - color contains mainly: green. Hex color #03812D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03812D is #FC7ED2. Grayscale: #515151. Windows color (decimal): -16547539 or 2982147. OLE color: 2982147.

HSL color Cylindrical-coordinate representation of color #03812D: hue angle of 140º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03812D is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB312945-
CMYK0.9800.650.49
HSL140º95.45%25.88%-
HSV(B)140º97.67%50.59%-
XYZ8.3615.915.11-
YUV81.75107.2671.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 129 (50.78% from 255) = 72.88%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=1.69%
G=72.88%
B=25.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129450.9800.650.4914095.4525.88
Hex3812D62041318c5f1a
Octal32015514201016121413732
Binary111000000110110111000100100000111000110001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,129,45); }

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

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

 a { background-color: rgb(3,129,45); }

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

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

 span { border-color: rgb(3,129,45); }

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