Html Css Color HEX #13961B Forest Green

📋 copy color: '#13961B'

red 19 ◦ green 150 ◦ blue 27

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

Shades of Forest Green #13961B

Tints of Forest Green #13961B

RGB

 RED value IS 19 (7.81% from 255) = 9.69%

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

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

R = 9.69%
G = 76.53%
B = 13.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#13961B (or 0x13961B) is known color: Forest Green. HEX triplet: 13, 96 and 1B. RGB value is (19,150,27). Sum of RGB (Red+Green+Blue) = 19+150+27=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #13961B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13961B is #EC69E4. Grayscale: #616161. Windows color (decimal): -15493605 or 1807891. OLE color: 1807891.

HSL color Cylindrical-coordinate representation of color #13961B: hue angle of 123.66º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13961B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 27 -
CMYK 0.87 0 0.82 0.41
HSL 123.66º 0.78% 0.33% -
HSV(B) 123.66º 0.87% 0.59% -
XYZ 11.37 22.03 4.69 -
YUV 96.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 19 150 27 0.87 0 0.82 0.41 123.66 0.78 0.33
Hex 13 96 1B 57 0 52 29 7C 4E 21
Octal 23 226 33 127 0 122 51 174 116 41
Binary 10011 10010110 11011 1010111 0 1010010 101001 1111100 1001110 100001

Color Harmonies of #13961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13961B

Black with #13961B

Text Example


Text Example

White with #13961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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