#13862B

Color #13862B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #13862B

Tints of Forest Green #13862B

Color information

#13862B (or 0x13862B) is unknown color: approx Forest Green. HEX triplet: 13, 86 and 2B. RGB value is (19,134,43). Sum of RGB (Red+Green+Blue) = 19+134+43=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 134 (52.73% from 255 or 68.37% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 134 - color contains mainly: green. Hex color #13862B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13862B is #EC79D4. Grayscale: #595959. Windows color (decimal): -15497685 or 2852371. OLE color: 2852371.

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

Color convert

RGB1913443-
CMYK0.8600.680.47
HSL132.52º75.16%30%-
HSV(B)132.52º85.82%52.55%-
XYZ9.2317.365.15-
YUV89.24101.977.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 134 (52.73% from 255) = 68.37%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=9.69%
G=68.37%
B=21.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134430.8600.680.47132.5275.1630
Hex13862B560442F854b1e
Octal232065312601045720511336
Binary100111000011010101110101100100010010111110000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,134,43); }

 H1.HeaderClassName
 {
   color: #13862B;
 }
 .AnyTagClassName
 {
   color: #13862B;
 }
</style>
background-color css

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

 a { background-color: rgb(19,134,43); }

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

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

 span { border-color: rgb(19,134,43); }

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