Html Css Color HEX #129430 Forest Green

📋 copy color: '#129430'

red 18 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #129430

Tints of Forest Green #129430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.16%

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

R = 8.41%
G = 69.16%
B = 22.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#129430 (or 0x129430) is known color: Forest Green. HEX triplet: 12, 94 and 30. RGB value is (18,148,48). Sum of RGB (Red+Green+Blue) = 18+148+48=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #129430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129430 is #ED6BCF. Grayscale: #626262. Windows color (decimal): -15559632 or 3183634. OLE color: 3183634.

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

Color convert

RGB 18 148 48 -
CMYK 0.88 0 0.68 0.42
HSL 133.85º 0.78% 0.33% -
HSV(B) 133.85º 0.88% 0.58% -
XYZ 11.37 21.52 6.35 -
YUV 97.73 99.93 71.13 -
System Red Green Blue C M Y K H S L
Decimal 18 148 48 0.88 0 0.68 0.42 133.85 0.78 0.33
Hex 12 94 30 58 0 44 2A 86 4E 21
Octal 22 224 60 130 0 104 52 206 116 41
Binary 10010 10010100 110000 1011000 0 1000100 101010 10000110 1001110 100001

Color Harmonies of #129430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129430

Black with #129430

Text Example


Text Example

White with #129430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129430; }

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

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

background-color css

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

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

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

border-color css

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

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

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