Html Css Color HEX #01912B Forest Green

📋 copy color: '#01912B'

red 1 ◦ green 145 ◦ blue 43

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

Shades of Forest Green #01912B

Tints of Forest Green #01912B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.75%

R = 0.53%
G = 76.72%
B = 22.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#01912B (or 0x01912B) is known color: Forest Green. HEX triplet: 01, 91 and 2B. RGB value is (1,145,43). Sum of RGB (Red+Green+Blue) = 1+145+43=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 145 (57.03% from 255 or 76.72% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 145 - color contains mainly: green. Hex color #01912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01912B is #FE6ED4. Grayscale: #5A5A5A. Windows color (decimal): -16674517 or 2855169. OLE color: 2855169.

HSL color Cylindrical-coordinate representation of color #01912B: hue angle of 137.5º 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 #01912B is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 43 -
CMYK 0.99 0 0.70 0.43
HSL 137.5º 0.99% 0.29% -
HSV(B) 137.5º 0.99% 0.57% -
XYZ 10.57 20.43 5.67 -
YUV 90.32 101.29 64.29 -
System Red Green Blue C M Y K H S L
Decimal 1 145 43 0.99 0 0.70 0.43 137.5 0.99 0.29
Hex 1 91 2B 63 0 46 2B 8A 63 1D
Octal 1 221 53 143 0 106 53 212 143 35
Binary 1 10010001 101011 1100011 0 1000110 101011 10001010 1100011 11101

Color Harmonies of #01912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01912B

Black with #01912B

Text Example


Text Example

White with #01912B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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