Html Css Color HEX #138C24 Forest Green

📋 copy color: '#138C24'

red 19 ◦ green 140 ◦ blue 36

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

Shades of Forest Green #138C24

Tints of Forest Green #138C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 9.74%
G = 71.79%
B = 18.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#138C24 (or 0x138C24) is known color: Forest Green. HEX triplet: 13, 8C and 24. RGB value is (19,140,36). Sum of RGB (Red+Green+Blue) = 19+140+36=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #138C24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C24 is #EC73DB. Grayscale: #5C5C5C. Windows color (decimal): -15496156 or 2395155. OLE color: 2395155.

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

Color convert

RGB 19 140 36 -
CMYK 0.86 0 0.74 0.45
HSL 128.43º 0.76% 0.31% -
HSV(B) 128.43º 0.86% 0.55% -
XYZ 9.97 19.02 4.82 -
YUV 91.97 96.41 75.96 -
System Red Green Blue C M Y K H S L
Decimal 19 140 36 0.86 0 0.74 0.45 128.43 0.76 0.31
Hex 13 8C 24 56 0 4A 2D 80 4C 1F
Octal 23 214 44 126 0 112 55 200 114 37
Binary 10011 10001100 100100 1010110 0 1001010 101101 10000000 1001100 11111

Color Harmonies of #138C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C24

Black with #138C24

Text Example


Text Example

White with #138C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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