Html Css Color HEX #01912A Forest Green

📋 copy color: '#01912A'

red 1 ◦ green 145 ◦ blue 42

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

Shades of Forest Green #01912A

Tints of Forest Green #01912A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 77.13%

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

R = 0.53%
G = 77.13%
B = 22.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#01912A (or 0x01912A) is known color: Forest Green. HEX triplet: 01, 91 and 2A. RGB value is (1,145,42). Sum of RGB (Red+Green+Blue) = 1+145+42=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 145 (57.03% from 255 or 77.13% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 145 - color contains mainly: green. Hex color #01912A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01912A is #FE6ED5. Grayscale: #5A5A5A. Windows color (decimal): -16674518 or 2789633. OLE color: 2789633.

HSL color Cylindrical-coordinate representation of color #01912A: hue angle of 137.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01912A is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 42 -
CMYK 0.99 0 0.71 0.43
HSL 137.08º 0.99% 0.29% -
HSV(B) 137.08º 0.99% 0.57% -
XYZ 10.56 20.42 5.58 -
YUV 90.2 100.79 64.38 -
System Red Green Blue C M Y K H S L
Decimal 1 145 42 0.99 0 0.71 0.43 137.08 0.99 0.29
Hex 1 91 2A 63 0 47 2B 89 63 1D
Octal 1 221 52 143 0 107 53 211 143 35
Binary 1 10010001 101010 1100011 0 1000111 101011 10001001 1100011 11101

Color Harmonies of #01912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01912A

Black with #01912A

Text Example


Text Example

White with #01912A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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