Html Css Color HEX #13852F Forest Green

📋 copy color: '#13852F'

red 19 ◦ green 133 ◦ blue 47

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

Shades of Forest Green #13852F

Tints of Forest Green #13852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 9.55%
G = 66.83%
B = 23.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#13852F (or 0x13852F) is known color: Forest Green. HEX triplet: 13, 85 and 2F. RGB value is (19,133,47). Sum of RGB (Red+Green+Blue) = 19+133+47=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #13852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13852F is #EC7AD0. Grayscale: #595959. Windows color (decimal): -15497937 or 3114259. OLE color: 3114259.

HSL color Cylindrical-coordinate representation of color #13852F: hue angle of 134.74º 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 #13852F is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 47 -
CMYK 0.86 0 0.65 0.48
HSL 134.74º 0.75% 0.3% -
HSV(B) 134.74º 0.86% 0.52% -
XYZ 9.17 17.12 5.51 -
YUV 89.11 104.23 77.99 -
System Red Green Blue C M Y K H S L
Decimal 19 133 47 0.86 0 0.65 0.48 134.74 0.75 0.3
Hex 13 85 2F 56 0 41 30 87 4B 1E
Octal 23 205 57 126 0 101 60 207 113 36
Binary 10011 10000101 101111 1010110 0 1000001 110000 10000111 1001011 11110

Color Harmonies of #13852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13852F

Black with #13852F

Text Example


Text Example

White with #13852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13852F; }

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

 H1.HeaderClassName
 {
   color: #13852F;
 }
 .AnyTagClassName
 {
   color: #13852F;
 }
</style>

background-color css

<style>
 a { background-color: #13852F; }

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

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

border-color css

<style>
 span { border-color: #13852F; }

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

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