Html Css Color HEX #01882A Forest Green

📋 copy color: '#01882A'

red 1 ◦ green 136 ◦ blue 42

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

Shades of Forest Green #01882A

Tints of Forest Green #01882A

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

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

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

R = 0.56%
G = 75.98%
B = 23.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#01882A (or 0x01882A) is known color: Forest Green. HEX triplet: 01, 88 and 2A. RGB value is (1,136,42). Sum of RGB (Red+Green+Blue) = 1+136+42=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 136 (53.52% from 255 or 75.98% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 136 - color contains mainly: green. Hex color #01882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01882A is #FE77D5. Grayscale: #555555. Windows color (decimal): -16676822 or 2787329. OLE color: 2787329.

HSL color Cylindrical-coordinate representation of color #01882A: hue angle of 138.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01882A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 136 42 -
CMYK 0.99 0 0.69 0.47
HSL 138.22º 0.99% 0.27% -
HSV(B) 138.22º 0.99% 0.53% -
XYZ 9.23 17.78 5.14 -
YUV 84.92 103.77 68.14 -
System Red Green Blue C M Y K H S L
Decimal 1 136 42 0.99 0 0.69 0.47 138.22 0.99 0.27
Hex 1 88 2A 63 0 45 2F 8A 63 1B
Octal 1 210 52 143 0 105 57 212 143 33
Binary 1 10001000 101010 1100011 0 1000101 101111 10001010 1100011 11011

Color Harmonies of #01882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01882A

Black with #01882A

Text Example


Text Example

White with #01882A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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