Html Css Color HEX #31961B Forest Green

📋 copy color: '#31961B'

red 49 ◦ green 150 ◦ blue 27

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

Shades of Forest Green #31961B

Tints of Forest Green #31961B

RGB

 RED value IS 49 (19.53% from 255) = 21.68%

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

 BLUE value IS 27 (10.94% from 255) = 11.95%

R = 21.68%
G = 66.37%
B = 11.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#31961B (or 0x31961B) is known color: Forest Green. HEX triplet: 31, 96 and 1B. RGB value is (49,150,27). Sum of RGB (Red+Green+Blue) = 49+150+27=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #31961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31961B is #CE69E4. Grayscale: #6A6A6A. Windows color (decimal): -13527525 or 1807921. OLE color: 1807921.

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

Color convert

RGB 49 150 27 -
CMYK 0.67 0 0.82 0.41
HSL 109.27º 0.69% 0.35% -
HSV(B) 109.27º 0.82% 0.59% -
XYZ 12.37 22.54 4.74 -
YUV 105.78 83.54 87.5 -
System Red Green Blue C M Y K H S L
Decimal 49 150 27 0.67 0 0.82 0.41 109.27 0.69 0.35
Hex 31 96 1B 43 0 52 29 6D 45 23
Octal 61 226 33 103 0 122 51 155 105 43
Binary 110001 10010110 11011 1000011 0 1010010 101001 1101101 1000101 100011

Color Harmonies of #31961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31961B

Black with #31961B

Text Example


Text Example

White with #31961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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