Html Css Color HEX #119430 Forest Green

📋 copy color: '#119430'

red 17 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #119430

Tints of Forest Green #119430

RGB

 RED value IS 17 (7.03% from 255) = 7.98%

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

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

R = 7.98%
G = 69.48%
B = 22.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#119430 (or 0x119430) is known color: Forest Green. HEX triplet: 11, 94 and 30. RGB value is (17,148,48). Sum of RGB (Red+Green+Blue) = 17+148+48=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #119430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119430 is #EE6BCF. Grayscale: #616161. Windows color (decimal): -15625168 or 3183633. OLE color: 3183633.

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

Color convert

RGB 17 148 48 -
CMYK 0.89 0 0.68 0.42
HSL 134.2º 0.79% 0.32% -
HSV(B) 134.2º 0.89% 0.58% -
XYZ 11.35 21.51 6.35 -
YUV 97.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 17 148 48 0.89 0 0.68 0.42 134.2 0.79 0.32
Hex 11 94 30 59 0 44 2A 86 4F 20
Octal 21 224 60 131 0 104 52 206 117 40
Binary 10001 10010100 110000 1011001 0 1000100 101010 10000110 1001111 100000

Color Harmonies of #119430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119430

Black with #119430

Text Example


Text Example

White with #119430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119430; }

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

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

background-color css

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

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

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

border-color css

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

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

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