Html Css Color HEX #359430 Forest Green

📋 copy color: '#359430'

red 53 ◦ green 148 ◦ blue 48

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

Shades of Forest Green #359430

Tints of Forest Green #359430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.44%

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

R = 21.29%
G = 59.44%
B = 19.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#359430 (or 0x359430) is known color: Forest Green. HEX triplet: 35, 94 and 30. RGB value is (53,148,48). Sum of RGB (Red+Green+Blue) = 53+148+48=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #359430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359430 is #CA6BCF. Grayscale: #6C6C6C. Windows color (decimal): -13265872 or 3183669. OLE color: 3183669.

HSL color Cylindrical-coordinate representation of color #359430: hue angle of 117º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #359430 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 48 -
CMYK 0.64 0 0.68 0.42
HSL 117º 0.51% 0.38% -
HSV(B) 117º 0.68% 0.58% -
XYZ 12.59 22.15 6.41 -
YUV 108.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 53 148 48 0.64 0 0.68 0.42 117 0.51 0.38
Hex 35 94 30 40 0 44 2A 75 33 26
Octal 65 224 60 100 0 104 52 165 63 46
Binary 110101 10010100 110000 1000000 0 1000100 101010 1110101 110011 100110

Color Harmonies of #359430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359430

Black with #359430

Text Example


Text Example

White with #359430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359430; }

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

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

background-color css

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

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

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

border-color css

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

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

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