Html Css Color HEX #129330 Forest Green

📋 copy color: '#129330'

red 18 ◦ green 147 ◦ blue 48

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

Shades of Forest Green #129330

Tints of Forest Green #129330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 69.01%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 8.45%
G = 69.01%
B = 22.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#129330 (or 0x129330) is known color: Forest Green. HEX triplet: 12, 93 and 30. RGB value is (18,147,48). Sum of RGB (Red+Green+Blue) = 18+147+48=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #129330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129330 is #ED6CCF. Grayscale: #616161. Windows color (decimal): -15559888 or 3183378. OLE color: 3183378.

HSL color Cylindrical-coordinate representation of color #129330: hue angle of 133.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129330 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 48 -
CMYK 0.88 0 0.67 0.42
HSL 133.95º 0.78% 0.32% -
HSV(B) 133.95º 0.88% 0.58% -
XYZ 11.22 21.21 6.3 -
YUV 97.14 100.26 71.55 -
System Red Green Blue C M Y K H S L
Decimal 18 147 48 0.88 0 0.67 0.42 133.95 0.78 0.32
Hex 12 93 30 58 0 43 2A 86 4E 20
Octal 22 223 60 130 0 103 52 206 116 40
Binary 10010 10010011 110000 1011000 0 1000011 101010 10000110 1001110 100000

Color Harmonies of #129330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129330

Black with #129330

Text Example


Text Example

White with #129330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129330; }

 p { color: rgb(18,147,48); }

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

background-color css

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

 a { background-color: rgb(18,147,48); }

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

border-color css

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

 span { border-color: rgb(18,147,48); }

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