Html Css Color HEX #129530 Forest Green

📋 copy color: '#129530'

red 18 ◦ green 149 ◦ blue 48

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

Shades of Forest Green #129530

Tints of Forest Green #129530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.3%

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

R = 8.37%
G = 69.3%
B = 22.33%

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

#129530 (or 0x129530) is known color: Forest Green. HEX triplet: 12, 95 and 30. RGB value is (18,149,48). Sum of RGB (Red+Green+Blue) = 18+149+48=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #129530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129530 is #ED6ACF. Grayscale: #626262. Windows color (decimal): -15559376 or 3183890. OLE color: 3183890.

HSL color Cylindrical-coordinate representation of color #129530: hue angle of 133.74º 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 #129530 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 48 -
CMYK 0.88 0 0.68 0.42
HSL 133.74º 0.78% 0.33% -
HSV(B) 133.74º 0.88% 0.58% -
XYZ 11.53 21.84 6.4 -
YUV 98.32 99.6 70.71 -
System Red Green Blue C M Y K H S L
Decimal 18 149 48 0.88 0 0.68 0.42 133.74 0.78 0.33
Hex 12 95 30 58 0 44 2A 86 4E 21
Octal 22 225 60 130 0 104 52 206 116 41
Binary 10010 10010101 110000 1011000 0 1000100 101010 10000110 1001110 100001

Color Harmonies of #129530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129530

Black with #129530

Text Example


Text Example

White with #129530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129530; }

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

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

background-color css

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

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

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

border-color css

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

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

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