Html Css Color HEX #13B01C Forest Green

📋 copy color: '#13B01C'

red 19 ◦ green 176 ◦ blue 28

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

Shades of Forest Green #13B01C

Tints of Forest Green #13B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 78.92%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 8.52%
G = 78.92%
B = 12.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#13B01C (or 0x13B01C) is known color: Forest Green. HEX triplet: 13, B0 and 1C. RGB value is (19,176,28). Sum of RGB (Red+Green+Blue) = 19+176+28=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 176 (69.14% from 255 or 78.92% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 176 - color contains mainly: green. Hex color #13B01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13B01C is #EC4FE3. Grayscale: #707070. Windows color (decimal): -15486948 or 1880083. OLE color: 1880083.

HSL color Cylindrical-coordinate representation of color #13B01C: hue angle of 123.44º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B01C is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 28 -
CMYK 0.89 0 0.84 0.31
HSL 123.44º 0.81% 0.38% -
HSV(B) 123.44º 0.89% 0.69% -
XYZ 16 31.27 6.29 -
YUV 112.19 80.49 61.53 -
System Red Green Blue C M Y K H S L
Decimal 19 176 28 0.89 0 0.84 0.31 123.44 0.81 0.38
Hex 13 B0 1C 59 0 54 1F 7B 51 26
Octal 23 260 34 131 0 124 37 173 121 46
Binary 10011 10110000 11100 1011001 0 1010100 11111 1111011 1010001 100110

Color Harmonies of #13B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B01C

Black with #13B01C

Text Example


Text Example

White with #13B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B01C; }

 p { color: rgb(19,176,28); }

 H1.HeaderClassName
 {
   color: #13B01C;
 }
 .AnyTagClassName
 {
   color: #13B01C;
 }
</style>

background-color css

<style>
 a { background-color: #13B01C; }

 a { background-color: rgb(19,176,28); }

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

border-color css

<style>
 span { border-color: #13B01C; }

 span { border-color: rgb(19,176,28); }

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