Html Css Color HEX #01942B Forest Green

📋 copy color: '#01942B'

red 1 ◦ green 148 ◦ blue 43

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

Shades of Forest Green #01942B

Tints of Forest Green #01942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 77.08%

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

R = 0.52%
G = 77.08%
B = 22.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#01942B (or 0x01942B) is known color: Forest Green. HEX triplet: 01, 94 and 2B. RGB value is (1,148,43). Sum of RGB (Red+Green+Blue) = 1+148+43=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #01942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01942B is #FE6BD4. Grayscale: #5C5C5C. Windows color (decimal): -16673749 or 2855937. OLE color: 2855937.

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

Color convert

RGB 1 148 43 -
CMYK 0.99 0 0.71 0.42
HSL 137.14º 0.99% 0.29% -
HSV(B) 137.14º 0.99% 0.58% -
XYZ 11.04 21.36 5.83 -
YUV 92.08 100.3 63.04 -
System Red Green Blue C M Y K H S L
Decimal 1 148 43 0.99 0 0.71 0.42 137.14 0.99 0.29
Hex 1 94 2B 63 0 47 2A 89 63 1D
Octal 1 224 53 143 0 107 52 211 143 35
Binary 1 10010100 101011 1100011 0 1000111 101010 10001001 1100011 11101

Color Harmonies of #01942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01942B

Black with #01942B

Text Example


Text Example

White with #01942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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