Html Css Color HEX #349B30 Forest Green

📋 copy color: '#349B30'

red 52 ◦ green 155 ◦ blue 48

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

Shades of Forest Green #349B30

Tints of Forest Green #349B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 60.78%

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

R = 20.39%
G = 60.78%
B = 18.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#349B30 (or 0x349B30) is known color: Forest Green. HEX triplet: 34, 9B and 30. RGB value is (52,155,48). Sum of RGB (Red+Green+Blue) = 52+155+48=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #349B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B30 is #CB64CF. Grayscale: #707070. Windows color (decimal): -13329616 or 3185460. OLE color: 3185460.

HSL color Cylindrical-coordinate representation of color #349B30: hue angle of 117.76º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349B30 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 48 -
CMYK 0.66 0 0.69 0.39
HSL 117.76º 0.53% 0.4% -
HSV(B) 117.76º 0.69% 0.61% -
XYZ 13.67 24.39 6.78 -
YUV 112.01 91.88 85.2 -
System Red Green Blue C M Y K H S L
Decimal 52 155 48 0.66 0 0.69 0.39 117.76 0.53 0.4
Hex 34 9B 30 42 0 45 27 76 35 28
Octal 64 233 60 102 0 105 47 166 65 50
Binary 110100 10011011 110000 1000010 0 1000101 100111 1110110 110101 101000

Color Harmonies of #349B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B30

Black with #349B30

Text Example


Text Example

White with #349B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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