Html Css Color HEX #01962B Forest Green

📋 copy color: '#01962B'

red 1 ◦ green 150 ◦ blue 43

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

Shades of Forest Green #01962B

Tints of Forest Green #01962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 77.32%

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

R = 0.52%
G = 77.32%
B = 22.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#01962B (or 0x01962B) is known color: Forest Green. HEX triplet: 01, 96 and 2B. RGB value is (1,150,43). Sum of RGB (Red+Green+Blue) = 1+150+43=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 150 (58.98% from 255 or 77.32% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 150 - color contains mainly: green. Hex color #01962B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01962B is #FE69D4. Grayscale: #5D5D5D. Windows color (decimal): -16673237 or 2856449. OLE color: 2856449.

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

Color convert

RGB 1 150 43 -
CMYK 0.99 0 0.71 0.41
HSL 136.91º 0.99% 0.3% -
HSV(B) 136.91º 0.99% 0.59% -
XYZ 11.35 21.99 5.93 -
YUV 93.25 99.64 62.2 -
System Red Green Blue C M Y K H S L
Decimal 1 150 43 0.99 0 0.71 0.41 136.91 0.99 0.3
Hex 1 96 2B 63 0 47 29 89 63 1E
Octal 1 226 53 143 0 107 51 211 143 36
Binary 1 10010110 101011 1100011 0 1000111 101001 10001001 1100011 11110

Color Harmonies of #01962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01962B

Black with #01962B

Text Example


Text Example

White with #01962B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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