Html Css Color HEX #349630 Forest Green

📋 copy color: '#349630'

red 52 ◦ green 150 ◦ blue 48

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

Shades of Forest Green #349630

Tints of Forest Green #349630

RGB

 RED value IS 52 (20.7% from 255) = 20.8%

 GREEN value IS 150 (58.98% from 255) = 60%

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

R = 20.8%
G = 60%
B = 19.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#349630 (or 0x349630) is known color: Forest Green. HEX triplet: 34, 96 and 30. RGB value is (52,150,48). Sum of RGB (Red+Green+Blue) = 52+150+48=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #349630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349630 is #CB69CF. Grayscale: #6D6D6D. Windows color (decimal): -13330896 or 3184180. OLE color: 3184180.

HSL color Cylindrical-coordinate representation of color #349630: hue angle of 117.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #349630 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 48 -
CMYK 0.65 0 0.68 0.41
HSL 117.65º 0.52% 0.39% -
HSV(B) 117.65º 0.68% 0.59% -
XYZ 12.86 22.76 6.51 -
YUV 109.07 93.53 87.29 -
System Red Green Blue C M Y K H S L
Decimal 52 150 48 0.65 0 0.68 0.41 117.65 0.52 0.39
Hex 34 96 30 41 0 44 29 76 34 27
Octal 64 226 60 101 0 104 51 166 64 47
Binary 110100 10010110 110000 1000001 0 1000100 101001 1110110 110100 100111

Color Harmonies of #349630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349630

Black with #349630

Text Example


Text Example

White with #349630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349630; }

 p { color: rgb(52,150,48); }

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

background-color css

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

 a { background-color: rgb(52,150,48); }

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

border-color css

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

 span { border-color: rgb(52,150,48); }

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