Html Css Color HEX #03812E Dark Spring Green

📋 copy color: '#03812E'

red 3 ◦ green 129 ◦ blue 46

#03812E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #03812E

Tints of Dark Spring Green #03812E

RGB

 RED value IS 3 (1.56% from 255) = 1.69%

 GREEN value IS 129 (50.78% from 255) = 72.47%

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 1.69%
G = 72.47%
B = 25.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#03812E (or 0x03812E) is known color: Dark Spring Green. HEX triplet: 03, 81 and 2E. RGB value is (3,129,46). Sum of RGB (Red+Green+Blue) = 3+129+46=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 129 (50.78% from 255 or 72.47% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 129 - color contains mainly: green. Hex color #03812E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03812E is #FC7ED1. Grayscale: #525252. Windows color (decimal): -16547538 or 3047683. OLE color: 3047683.

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

Color convert

RGB 3 129 46 -
CMYK 0.98 0 0.64 0.49
HSL 140.48º 0.95% 0.26% -
HSV(B) 140.48º 0.98% 0.51% -
XYZ 8.38 15.92 5.22 -
YUV 81.86 107.76 71.75 -
System Red Green Blue C M Y K H S L
Decimal 3 129 46 0.98 0 0.64 0.49 140.48 0.95 0.26
Hex 3 81 2E 62 0 40 31 8C 5F 1A
Octal 3 201 56 142 0 100 61 214 137 32
Binary 11 10000001 101110 1100010 0 1000000 110001 10001100 1011111 11010

Color Harmonies of #03812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03812E

Black with #03812E

Text Example


Text Example

White with #03812E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03812E;
 }
 .AnyTagClassName
 {
   color: #03812E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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