Html Css Color HEX #138E33 Forest Green

📋 copy color: '#138E33'

red 19 ◦ green 142 ◦ blue 51

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

Shades of Forest Green #138E33

Tints of Forest Green #138E33

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.98%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 8.96%
G = 66.98%
B = 24.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#138E33 (or 0x138E33) is known color: Forest Green. HEX triplet: 13, 8E and 33. RGB value is (19,142,51). Sum of RGB (Red+Green+Blue) = 19+142+51=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #138E33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E33 is #EC71CC. Grayscale: #5F5F5F. Windows color (decimal): -15495629 or 3378707. OLE color: 3378707.

HSL color Cylindrical-coordinate representation of color #138E33: hue angle of 135.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E33 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 51 -
CMYK 0.87 0 0.64 0.44
HSL 135.61º 0.76% 0.32% -
HSV(B) 135.61º 0.87% 0.56% -
XYZ 10.54 19.72 6.38 -
YUV 94.85 103.25 73.9 -
System Red Green Blue C M Y K H S L
Decimal 19 142 51 0.87 0 0.64 0.44 135.61 0.76 0.32
Hex 13 8E 33 57 0 40 2C 88 4C 20
Octal 23 216 63 127 0 100 54 210 114 40
Binary 10011 10001110 110011 1010111 0 1000000 101100 10001000 1001100 100000

Color Harmonies of #138E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E33

Black with #138E33

Text Example


Text Example

White with #138E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,51); }

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

background-color css

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

 a { background-color: rgb(19,142,51); }

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

border-color css

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

 span { border-color: rgb(19,142,51); }

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