Html Css Color HEX #359D30 Forest Green

📋 copy color: '#359D30'

red 53 ◦ green 157 ◦ blue 48

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

Shades of Forest Green #359D30

Tints of Forest Green #359D30

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 157 (61.72% from 255) = 60.85%

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

R = 20.54%
G = 60.85%
B = 18.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#359D30 (or 0x359D30) is known color: Forest Green. HEX triplet: 35, 9D and 30. RGB value is (53,157,48). Sum of RGB (Red+Green+Blue) = 53+157+48=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #359D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D30 is #CA62CF. Grayscale: #717171. Windows color (decimal): -13263568 or 3185973. OLE color: 3185973.

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

Color convert

RGB 53 157 48 -
CMYK 0.66 0 0.69 0.38
HSL 117.25º 0.53% 0.4% -
HSV(B) 117.25º 0.69% 0.62% -
XYZ 14.06 25.08 6.9 -
YUV 113.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 53 157 48 0.66 0 0.69 0.38 117.25 0.53 0.4
Hex 35 9D 30 42 0 45 26 75 35 28
Octal 65 235 60 102 0 105 46 165 65 50
Binary 110101 10011101 110000 1000010 0 1000101 100110 1110101 110101 101000

Color Harmonies of #359D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D30

Black with #359D30

Text Example


Text Example

White with #359D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359D30; }

 p { color: rgb(53,157,48); }

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

background-color css

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

 a { background-color: rgb(53,157,48); }

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

border-color css

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

 span { border-color: rgb(53,157,48); }

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