Html Css Color HEX #19852B Forest Green

📋 copy color: '#19852B'

red 25 ◦ green 133 ◦ blue 43

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

Shades of Forest Green #19852B

Tints of Forest Green #19852B

RGB

 RED value IS 25 (10.16% from 255) = 12.44%

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

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 12.44%
G = 66.17%
B = 21.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#19852B (or 0x19852B) is known color: Forest Green. HEX triplet: 19, 85 and 2B. RGB value is (25,133,43). Sum of RGB (Red+Green+Blue) = 25+133+43=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #19852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19852B is #E67AD4. Grayscale: #5A5A5A. Windows color (decimal): -15104725 or 2852121. OLE color: 2852121.

HSL color Cylindrical-coordinate representation of color #19852B: hue angle of 130º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19852B is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 43 -
CMYK 0.81 0 0.68 0.48
HSL 130º 0.68% 0.31% -
HSV(B) 130º 0.81% 0.52% -
XYZ 9.22 17.16 5.11 -
YUV 90.45 101.22 81.32 -
System Red Green Blue C M Y K H S L
Decimal 25 133 43 0.81 0 0.68 0.48 130 0.68 0.31
Hex 19 85 2B 51 0 44 30 82 44 1F
Octal 31 205 53 121 0 104 60 202 104 37
Binary 11001 10000101 101011 1010001 0 1000100 110000 10000010 1000100 11111

Color Harmonies of #19852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19852B

Black with #19852B

Text Example


Text Example

White with #19852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,133,43); }

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

background-color css

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

 a { background-color: rgb(25,133,43); }

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

border-color css

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

 span { border-color: rgb(25,133,43); }

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