Html Css Color HEX #03822D Dark Spring Green

📋 copy color: '#03822D'

red 3 ◦ green 130 ◦ blue 45

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

Shades of Dark Spring Green #03822D

Tints of Dark Spring Green #03822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.03%

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 1.69%
G = 73.03%
B = 25.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#03822D (or 0x03822D) is known color: Dark Spring Green. HEX triplet: 03, 82 and 2D. RGB value is (3,130,45). Sum of RGB (Red+Green+Blue) = 3+130+45=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #03822D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03822D is #FC7DD2. Grayscale: #525252. Windows color (decimal): -16547283 or 2982403. OLE color: 2982403.

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

Color convert

RGB 3 130 45 -
CMYK 0.98 0 0.65 0.49
HSL 139.84º 0.95% 0.26% -
HSV(B) 139.84º 0.98% 0.51% -
XYZ 8.49 16.17 5.16 -
YUV 82.34 106.92 71.41 -
System Red Green Blue C M Y K H S L
Decimal 3 130 45 0.98 0 0.65 0.49 139.84 0.95 0.26
Hex 3 82 2D 62 0 41 31 8C 5F 1A
Octal 3 202 55 142 0 101 61 214 137 32
Binary 11 10000010 101101 1100010 0 1000001 110001 10001100 1011111 11010

Color Harmonies of #03822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03822D

Black with #03822D

Text Example


Text Example

White with #03822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03822D;
 }
 .AnyTagClassName
 {
   color: #03822D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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