Html Css Color HEX #03882A Forest Green

📋 copy color: '#03882A'

red 3 ◦ green 136 ◦ blue 42

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

Shades of Forest Green #03882A

Tints of Forest Green #03882A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 1.66%
G = 75.14%
B = 23.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#03882A (or 0x03882A) is known color: Forest Green. HEX triplet: 03, 88 and 2A. RGB value is (3,136,42). Sum of RGB (Red+Green+Blue) = 3+136+42=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 136 (53.52% from 255 or 75.14% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 136 - color contains mainly: green. Hex color #03882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03882A is #FC77D5. Grayscale: #555555. Windows color (decimal): -16545750 or 2787331. OLE color: 2787331.

HSL color Cylindrical-coordinate representation of color #03882A: hue angle of 137.59º 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 #03882A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 136 42 -
CMYK 0.98 0 0.69 0.47
HSL 137.59º 0.96% 0.27% -
HSV(B) 137.59º 0.98% 0.53% -
XYZ 9.26 17.79 5.14 -
YUV 85.52 103.44 69.14 -
System Red Green Blue C M Y K H S L
Decimal 3 136 42 0.98 0 0.69 0.47 137.59 0.96 0.27
Hex 3 88 2A 62 0 45 2F 8A 60 1B
Octal 3 210 52 142 0 105 57 212 140 33
Binary 11 10001000 101010 1100010 0 1000101 101111 10001010 1100000 11011

Color Harmonies of #03882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03882A

Black with #03882A

Text Example


Text Example

White with #03882A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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