Html Css Color HEX #349530 Forest Green

📋 copy color: '#349530'

red 52 ◦ green 149 ◦ blue 48

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

Shades of Forest Green #349530

Tints of Forest Green #349530

RGB

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

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

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

R = 20.88%
G = 59.84%
B = 19.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#349530 (or 0x349530) is known color: Forest Green. HEX triplet: 34, 95 and 30. RGB value is (52,149,48). Sum of RGB (Red+Green+Blue) = 52+149+48=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #349530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349530 is #CB6ACF. Grayscale: #6C6C6C. Windows color (decimal): -13331152 or 3183924. OLE color: 3183924.

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

Color convert

RGB 52 149 48 -
CMYK 0.65 0 0.68 0.42
HSL 117.62º 0.51% 0.39% -
HSV(B) 117.62º 0.68% 0.58% -
XYZ 12.7 22.44 6.46 -
YUV 108.48 93.86 87.71 -
System Red Green Blue C M Y K H S L
Decimal 52 149 48 0.65 0 0.68 0.42 117.62 0.51 0.39
Hex 34 95 30 41 0 44 2A 76 33 27
Octal 64 225 60 101 0 104 52 166 63 47
Binary 110100 10010101 110000 1000001 0 1000100 101010 1110110 110011 100111

Color Harmonies of #349530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349530

Black with #349530

Text Example


Text Example

White with #349530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349530; }

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

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

background-color css

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

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

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

border-color css

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

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

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