Html Css Color HEX #03882D Dark Spring Green

📋 copy color: '#03882D'

red 3 ◦ green 136 ◦ blue 45

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

Shades of Dark Spring Green #03882D

Tints of Dark Spring Green #03882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.91%

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

R = 1.63%
G = 73.91%
B = 24.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#03882D (or 0x03882D) is known color: Dark Spring Green. HEX triplet: 03, 88 and 2D. RGB value is (3,136,45). Sum of RGB (Red+Green+Blue) = 3+136+45=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #03882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03882D is #FC77D2. Grayscale: #565656. Windows color (decimal): -16545747 or 2983939. OLE color: 2983939.

HSL color Cylindrical-coordinate representation of color #03882D: hue angle of 138.95º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03882D is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 136 45 -
CMYK 0.98 0 0.67 0.47
HSL 138.95º 0.96% 0.27% -
HSV(B) 138.95º 0.98% 0.53% -
XYZ 9.32 17.82 5.43 -
YUV 85.86 104.94 68.9 -
System Red Green Blue C M Y K H S L
Decimal 3 136 45 0.98 0 0.67 0.47 138.95 0.96 0.27
Hex 3 88 2D 62 0 43 2F 8B 60 1B
Octal 3 210 55 142 0 103 57 213 140 33
Binary 11 10001000 101101 1100010 0 1000011 101111 10001011 1100000 11011

Color Harmonies of #03882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03882D

Black with #03882D

Text Example


Text Example

White with #03882D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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