Html Css Color HEX #138121 Forest Green

📋 copy color: '#138121'

red 19 ◦ green 129 ◦ blue 33

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

Shades of Forest Green #138121

Tints of Forest Green #138121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 71.27%

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 10.5%
G = 71.27%
B = 18.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#138121 (or 0x138121) is known color: Forest Green. HEX triplet: 13, 81 and 21. RGB value is (19,129,33). Sum of RGB (Red+Green+Blue) = 19+129+33=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #138121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138121 is #EC7EDE. Grayscale: #555555. Windows color (decimal): -15498975 or 2195731. OLE color: 2195731.

HSL color Cylindrical-coordinate representation of color #138121: hue angle of 127.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138121 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 33 -
CMYK 0.85 0 0.74 0.49
HSL 127.64º 0.74% 0.29% -
HSV(B) 127.64º 0.85% 0.51% -
XYZ 8.39 15.95 4.07 -
YUV 85.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 19 129 33 0.85 0 0.74 0.49 127.64 0.74 0.29
Hex 13 81 21 55 0 4A 31 80 4A 1D
Octal 23 201 41 125 0 112 61 200 112 35
Binary 10011 10000001 100001 1010101 0 1001010 110001 10000000 1001010 11101

Color Harmonies of #138121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138121

Black with #138121

Text Example


Text Example

White with #138121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138121; }

 p { color: rgb(19,129,33); }

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

background-color css

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

 a { background-color: rgb(19,129,33); }

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

border-color css

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

 span { border-color: rgb(19,129,33); }

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