Html Css Color HEX #01872A Forest Green

📋 copy color: '#01872A'

red 1 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #01872A

Tints of Forest Green #01872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 75.84%

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

R = 0.56%
G = 75.84%
B = 23.6%

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

#01872A (or 0x01872A) is known color: Forest Green. HEX triplet: 01, 87 and 2A. RGB value is (1,135,42). Sum of RGB (Red+Green+Blue) = 1+135+42=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 135 (53.12% from 255 or 75.84% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 135 - color contains mainly: green. Hex color #01872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01872A is #FE78D5. Grayscale: #545454. Windows color (decimal): -16677078 or 2787073. OLE color: 2787073.

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

Color convert

RGB 1 135 42 -
CMYK 0.99 0 0.69 0.47
HSL 138.36º 0.99% 0.27% -
HSV(B) 138.36º 0.99% 0.53% -
XYZ 9.09 17.5 5.09 -
YUV 84.33 104.11 68.56 -
System Red Green Blue C M Y K H S L
Decimal 1 135 42 0.99 0 0.69 0.47 138.36 0.99 0.27
Hex 1 87 2A 63 0 45 2F 8A 63 1B
Octal 1 207 52 143 0 105 57 212 143 33
Binary 1 10000111 101010 1100011 0 1000101 101111 10001010 1100011 11011

Color Harmonies of #01872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01872A

Black with #01872A

Text Example


Text Example

White with #01872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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