Html Css Color HEX #138C19 Forest Green

📋 copy color: '#138C19'

red 19 ◦ green 140 ◦ blue 25

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

Shades of Forest Green #138C19

Tints of Forest Green #138C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 76.09%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 10.33%
G = 76.09%
B = 13.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#138C19 (or 0x138C19) is known color: Forest Green. HEX triplet: 13, 8C and 19. RGB value is (19,140,25). Sum of RGB (Red+Green+Blue) = 19+140+25=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 140 (55.08% from 255 or 76.09% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 140 - color contains mainly: green. Hex color #138C19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C19 is #EC73E6. Grayscale: #5B5B5B. Windows color (decimal): -15496167 or 1674259. OLE color: 1674259.

HSL color Cylindrical-coordinate representation of color #138C19: hue angle of 122.98º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C19 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 25 -
CMYK 0.86 0 0.82 0.45
HSL 122.98º 0.76% 0.31% -
HSV(B) 122.98º 0.86% 0.55% -
XYZ 9.82 18.96 4.06 -
YUV 90.71 90.91 76.85 -
System Red Green Blue C M Y K H S L
Decimal 19 140 25 0.86 0 0.82 0.45 122.98 0.76 0.31
Hex 13 8C 19 56 0 52 2D 7B 4C 1F
Octal 23 214 31 126 0 122 55 173 114 37
Binary 10011 10001100 11001 1010110 0 1010010 101101 1111011 1001100 11111

Color Harmonies of #138C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C19

Black with #138C19

Text Example


Text Example

White with #138C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138C19; }

 p { color: rgb(19,140,25); }

 H1.HeaderClassName
 {
   color: #138C19;
 }
 .AnyTagClassName
 {
   color: #138C19;
 }
</style>

background-color css

<style>
 a { background-color: #138C19; }

 a { background-color: rgb(19,140,25); }

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

border-color css

<style>
 span { border-color: #138C19; }

 span { border-color: rgb(19,140,25); }

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