Html Css Color HEX #359B30 Forest Green

📋 copy color: '#359B30'

red 53 ◦ green 155 ◦ blue 48

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

Shades of Forest Green #359B30

Tints of Forest Green #359B30

RGB

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

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

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

R = 20.7%
G = 60.55%
B = 18.75%

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

#359B30 (or 0x359B30) is known color: Forest Green. HEX triplet: 35, 9B and 30. RGB value is (53,155,48). Sum of RGB (Red+Green+Blue) = 53+155+48=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #359B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359B30 is #CA64CF. Grayscale: #707070. Windows color (decimal): -13264080 or 3185461. OLE color: 3185461.

HSL color Cylindrical-coordinate representation of color #359B30: hue angle of 117.2º 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 #359B30 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 155 48 -
CMYK 0.66 0 0.69 0.39
HSL 117.2º 0.53% 0.4% -
HSV(B) 117.2º 0.69% 0.61% -
XYZ 13.72 24.41 6.79 -
YUV 112.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 53 155 48 0.66 0 0.69 0.39 117.2 0.53 0.4
Hex 35 9B 30 42 0 45 27 75 35 28
Octal 65 233 60 102 0 105 47 165 65 50
Binary 110101 10011011 110000 1000010 0 1000101 100111 1110101 110101 101000

Color Harmonies of #359B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B30

Black with #359B30

Text Example


Text Example

White with #359B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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