#03812C

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

Shades of Dark Spring Green #03812C

Tints of Dark Spring Green #03812C

Color information

#03812C (or 0x03812C) is unknown color: approx Dark Spring Green. HEX triplet: 03, 81 and 2C. RGB value is (3,129,44). Sum of RGB (Red+Green+Blue) = 3+129+44=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 129 (50.78% from 255 or 73.30% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 129 - color contains mainly: green. Hex color #03812C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03812C is #FC7ED3. Grayscale: #515151. Windows color (decimal): -16547540 or 2916611. OLE color: 2916611.

HSL color Cylindrical-coordinate representation of color #03812C: hue angle of 139.52º 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 #03812C is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB312944-
CMYK0.9800.660.49
HSL139.52º95.45%25.88%-
HSV(B)139.52º97.67%50.59%-
XYZ8.3415.95.01-
YUV81.64106.7671.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 129 (50.78% from 255) = 73.30%
BLUE value IS 44 (17.58% from 255) = 25%
R=1.70%
G=73.30%
B=25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129440.9800.660.49139.5295.4525.88
Hex3812C62042318c5f1a
Octal32015414201026121413732
Binary111000000110110011000100100001011000110001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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