Html Css Color HEX #13851B Forest Green

📋 copy color: '#13851B'

red 19 ◦ green 133 ◦ blue 27

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

Shades of Forest Green #13851B

Tints of Forest Green #13851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 74.3%

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

R = 10.61%
G = 74.3%
B = 15.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#13851B (or 0x13851B) is known color: Forest Green. HEX triplet: 13, 85 and 1B. RGB value is (19,133,27). Sum of RGB (Red+Green+Blue) = 19+133+27=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #13851B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13851B is #EC7AE4. Grayscale: #575757. Windows color (decimal): -15497957 or 1803539. OLE color: 1803539.

HSL color Cylindrical-coordinate representation of color #13851B: hue angle of 124.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13851B is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 27 -
CMYK 0.86 0 0.80 0.48
HSL 124.21º 0.75% 0.3% -
HSV(B) 124.21º 0.86% 0.52% -
XYZ 8.85 16.99 3.85 -
YUV 86.83 94.23 79.62 -
System Red Green Blue C M Y K H S L
Decimal 19 133 27 0.86 0 0.80 0.48 124.21 0.75 0.3
Hex 13 85 1B 56 0 50 30 7C 4B 1E
Octal 23 205 33 126 0 120 60 174 113 36
Binary 10011 10000101 11011 1010110 0 1010000 110000 1111100 1001011 11110

Color Harmonies of #13851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13851B

Black with #13851B

Text Example


Text Example

White with #13851B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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