Html Css Color HEX #03802D Dark Spring Green

📋 copy color: '#03802D'

red 3 ◦ green 128 ◦ blue 45

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

Shades of Dark Spring Green #03802D

Tints of Dark Spring Green #03802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 72.73%

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

R = 1.7%
G = 72.73%
B = 25.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#03802D (or 0x03802D) is known color: Dark Spring Green. HEX triplet: 03, 80 and 2D. RGB value is (3,128,45). Sum of RGB (Red+Green+Blue) = 3+128+45=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #03802D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03802D is #FC7FD2. Grayscale: #515151. Windows color (decimal): -16547795 or 2981891. OLE color: 2981891.

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

Color convert

RGB 3 128 45 -
CMYK 0.98 0 0.65 0.50
HSL 140.16º 0.95% 0.26% -
HSV(B) 140.16º 0.98% 0.5% -
XYZ 8.23 15.65 5.07 -
YUV 81.16 107.59 72.25 -
System Red Green Blue C M Y K H S L
Decimal 3 128 45 0.98 0 0.65 0.50 140.16 0.95 0.26
Hex 3 80 2D 62 0 41 32 8C 5F 1A
Octal 3 200 55 142 0 101 62 214 137 32
Binary 11 10000000 101101 1100010 0 1000001 110010 10001100 1011111 11010

Color Harmonies of #03802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03802D

Black with #03802D

Text Example


Text Example

White with #03802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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