Html Css Color HEX #348B30 Forest Green

📋 copy color: '#348B30'

red 52 ◦ green 139 ◦ blue 48

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

Shades of Forest Green #348B30

Tints of Forest Green #348B30

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.16%

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

R = 21.76%
G = 58.16%
B = 20.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#348B30 (or 0x348B30) is known color: Forest Green. HEX triplet: 34, 8B and 30. RGB value is (52,139,48). Sum of RGB (Red+Green+Blue) = 52+139+48=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #348B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B30 is #CB74CF. Grayscale: #666666. Windows color (decimal): -13333712 or 3181364. OLE color: 3181364.

HSL color Cylindrical-coordinate representation of color #348B30: hue angle of 117.36º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348B30 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 48 -
CMYK 0.63 0 0.65 0.45
HSL 117.36º 0.49% 0.37% -
HSV(B) 117.36º 0.65% 0.55% -
XYZ 11.18 19.41 5.95 -
YUV 102.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 52 139 48 0.63 0 0.65 0.45 117.36 0.49 0.37
Hex 34 8B 30 3F 0 41 2D 75 31 25
Octal 64 213 60 77 0 101 55 165 61 45
Binary 110100 10001011 110000 111111 0 1000001 101101 1110101 110001 100101

Color Harmonies of #348B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B30

Black with #348B30

Text Example


Text Example

White with #348B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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