Html Css Color HEX #1B963B Forest Green

📋 copy color: '#1B963B'

red 27 ◦ green 150 ◦ blue 59

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

Shades of Forest Green #1B963B

Tints of Forest Green #1B963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25%

R = 11.44%
G = 63.56%
B = 25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#1B963B (or 0x1B963B) is known color: Forest Green. HEX triplet: 1B, 96 and 3B. RGB value is (27,150,59). Sum of RGB (Red+Green+Blue) = 27+150+59=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #1B963B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B963B is #E469C4. Grayscale: #676767. Windows color (decimal): -14969285 or 3905051. OLE color: 3905051.

HSL color Cylindrical-coordinate representation of color #1B963B: hue angle of 135.61º 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 #1B963B is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 150 59 -
CMYK 0.82 0 0.61 0.41
HSL 135.61º 0.69% 0.35% -
HSV(B) 135.61º 0.82% 0.59% -
XYZ 12.15 22.36 7.81 -
YUV 102.85 103.25 73.9 -
System Red Green Blue C M Y K H S L
Decimal 27 150 59 0.82 0 0.61 0.41 135.61 0.69 0.35
Hex 1B 96 3B 52 0 3D 29 88 45 23
Octal 33 226 73 122 0 75 51 210 105 43
Binary 11011 10010110 111011 1010010 0 111101 101001 10001000 1000101 100011

Color Harmonies of #1B963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B963B

Black with #1B963B

Text Example


Text Example

White with #1B963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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