Html Css Color HEX #138C2B Forest Green

📋 copy color: '#138C2B'

red 19 ◦ green 140 ◦ blue 43

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

Shades of Forest Green #138C2B

Tints of Forest Green #138C2B

RGB

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

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

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

R = 9.41%
G = 69.31%
B = 21.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#138C2B (or 0x138C2B) is known color: Forest Green. HEX triplet: 13, 8C and 2B. RGB value is (19,140,43). Sum of RGB (Red+Green+Blue) = 19+140+43=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #138C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C2B is #EC73D4. Grayscale: #5D5D5D. Windows color (decimal): -15496149 or 2853907. OLE color: 2853907.

HSL color Cylindrical-coordinate representation of color #138C2B: hue angle of 131.9º 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 #138C2B is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 43 -
CMYK 0.86 0 0.69 0.45
HSL 131.9º 0.76% 0.31% -
HSV(B) 131.9º 0.86% 0.55% -
XYZ 10.08 19.07 5.43 -
YUV 92.76 99.91 75.39 -
System Red Green Blue C M Y K H S L
Decimal 19 140 43 0.86 0 0.69 0.45 131.9 0.76 0.31
Hex 13 8C 2B 56 0 45 2D 84 4C 1F
Octal 23 214 53 126 0 105 55 204 114 37
Binary 10011 10001100 101011 1010110 0 1000101 101101 10000100 1001100 11111

Color Harmonies of #138C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C2B

Black with #138C2B

Text Example


Text Example

White with #138C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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