Html Css Color HEX #129829 Forest Green

📋 copy color: '#129829'

red 18 ◦ green 152 ◦ blue 41

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

Shades of Forest Green #129829

Tints of Forest Green #129829

RGB

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

 GREEN value IS 152 (59.77% from 255) = 72.04%

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 8.53%
G = 72.04%
B = 19.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#129829 (or 0x129829) is known color: Forest Green. HEX triplet: 12, 98 and 29. RGB value is (18,152,41). Sum of RGB (Red+Green+Blue) = 18+152+41=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #129829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129829 is #ED67D6. Grayscale: #636363. Windows color (decimal): -15558615 or 2725906. OLE color: 2725906.

HSL color Cylindrical-coordinate representation of color #129829: hue angle of 130.3º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129829 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 41 -
CMYK 0.88 0 0.73 0.40
HSL 130.3º 0.79% 0.33% -
HSV(B) 130.3º 0.88% 0.6% -
XYZ 11.88 22.75 5.86 -
YUV 99.28 95.11 70.03 -
System Red Green Blue C M Y K H S L
Decimal 18 152 41 0.88 0 0.73 0.40 130.3 0.79 0.33
Hex 12 98 29 58 0 49 28 82 4F 21
Octal 22 230 51 130 0 111 50 202 117 41
Binary 10010 10011000 101001 1011000 0 1001001 101000 10000010 1001111 100001

Color Harmonies of #129829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129829

Black with #129829

Text Example


Text Example

White with #129829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129829; }

 p { color: rgb(18,152,41); }

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

background-color css

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

 a { background-color: rgb(18,152,41); }

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

border-color css

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

 span { border-color: rgb(18,152,41); }

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