Html Css Color HEX #1B962B Forest Green

📋 copy color: '#1B962B'

red 27 ◦ green 150 ◦ blue 43

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

Shades of Forest Green #1B962B

Tints of Forest Green #1B962B

RGB

 RED value IS 27 (10.94% from 255) = 12.27%

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

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

R = 12.27%
G = 68.18%
B = 19.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#1B962B (or 0x1B962B) is known color: Forest Green. HEX triplet: 1B, 96 and 2B. RGB value is (27,150,43). Sum of RGB (Red+Green+Blue) = 27+150+43=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #1B962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B962B is #E469D4. Grayscale: #656565. Windows color (decimal): -14969301 or 2856475. OLE color: 2856475.

HSL color Cylindrical-coordinate representation of color #1B962B: hue angle of 127.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B962B is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 150 43 -
CMYK 0.82 0 0.71 0.41
HSL 127.8º 0.69% 0.35% -
HSV(B) 127.8º 0.82% 0.59% -
XYZ 11.79 22.22 5.95 -
YUV 101.03 95.25 75.2 -
System Red Green Blue C M Y K H S L
Decimal 27 150 43 0.82 0 0.71 0.41 127.8 0.69 0.35
Hex 1B 96 2B 52 0 47 29 80 45 23
Octal 33 226 53 122 0 107 51 200 105 43
Binary 11011 10010110 101011 1010010 0 1000111 101001 10000000 1000101 100011

Color Harmonies of #1B962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B962B

Black with #1B962B

Text Example


Text Example

White with #1B962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B962B; }

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

 H1.HeaderClassName
 {
   color: #1B962B;
 }
 .AnyTagClassName
 {
   color: #1B962B;
 }
</style>

background-color css

<style>
 a { background-color: #1B962B; }

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

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

border-color css

<style>
 span { border-color: #1B962B; }

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

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