Html Css Color HEX #349830 Forest Green

📋 copy color: '#349830'

red 52 ◦ green 152 ◦ blue 48

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

Shades of Forest Green #349830

Tints of Forest Green #349830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.32%

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

R = 20.63%
G = 60.32%
B = 19.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#349830 (or 0x349830) is known color: Forest Green. HEX triplet: 34, 98 and 30. RGB value is (52,152,48). Sum of RGB (Red+Green+Blue) = 52+152+48=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #349830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349830 is #CB67CF. Grayscale: #6E6E6E. Windows color (decimal): -13330384 or 3184692. OLE color: 3184692.

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

Color convert

RGB 52 152 48 -
CMYK 0.66 0 0.68 0.40
HSL 117.69º 0.52% 0.39% -
HSV(B) 117.69º 0.68% 0.6% -
XYZ 13.18 23.4 6.62 -
YUV 110.24 92.87 86.46 -
System Red Green Blue C M Y K H S L
Decimal 52 152 48 0.66 0 0.68 0.40 117.69 0.52 0.39
Hex 34 98 30 42 0 44 28 76 34 27
Octal 64 230 60 102 0 104 50 166 64 47
Binary 110100 10011000 110000 1000010 0 1000100 101000 1110110 110100 100111

Color Harmonies of #349830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349830

Black with #349830

Text Example


Text Example

White with #349830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349830; }

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

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

background-color css

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

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

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

border-color css

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

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

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