Html Css Color HEX #128121 Forest Green

📋 copy color: '#128121'

red 18 ◦ green 129 ◦ blue 33

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

Shades of Forest Green #128121

Tints of Forest Green #128121

RGB

 RED value IS 18 (7.42% from 255) = 10%

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

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

R = 10%
G = 71.67%
B = 18.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#128121 (or 0x128121) is known color: Forest Green. HEX triplet: 12, 81 and 21. RGB value is (18,129,33). Sum of RGB (Red+Green+Blue) = 18+129+33=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 129 (50.78% from 255 or 71.67% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 129 - color contains mainly: green. Hex color #128121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128121 is #ED7EDE. Grayscale: #555555. Windows color (decimal): -15564511 or 2195730. OLE color: 2195730.

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

Color convert

RGB 18 129 33 -
CMYK 0.86 0 0.74 0.49
HSL 128.11º 0.76% 0.29% -
HSV(B) 128.11º 0.86% 0.51% -
XYZ 8.37 15.94 4.07 -
YUV 84.87 98.73 80.31 -
System Red Green Blue C M Y K H S L
Decimal 18 129 33 0.86 0 0.74 0.49 128.11 0.76 0.29
Hex 12 81 21 56 0 4A 31 80 4C 1D
Octal 22 201 41 126 0 112 61 200 114 35
Binary 10010 10000001 100001 1010110 0 1001010 110001 10000000 1001100 11101

Color Harmonies of #128121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128121

Black with #128121

Text Example


Text Example

White with #128121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128121; }

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

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

background-color css

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

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

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

border-color css

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

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

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