Html Css Color HEX #30953C Forest Green

📋 copy color: '#30953C'

red 48 ◦ green 149 ◦ blue 60

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

Shades of Forest Green #30953C

Tints of Forest Green #30953C

RGB

 RED value IS 48 (19.14% from 255) = 18.68%

 GREEN value IS 149 (58.59% from 255) = 57.98%

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 18.68%
G = 57.98%
B = 23.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#30953C (or 0x30953C) is known color: Forest Green. HEX triplet: 30, 95 and 3C. RGB value is (48,149,60). Sum of RGB (Red+Green+Blue) = 48+149+60=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #30953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30953C is #CF6AC3. Grayscale: #6C6C6C. Windows color (decimal): -13593284 or 3970352. OLE color: 3970352.

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

Color convert

RGB 48 149 60 -
CMYK 0.68 0 0.60 0.42
HSL 127.13º 0.51% 0.39% -
HSV(B) 127.13º 0.68% 0.58% -
XYZ 12.78 22.45 7.93 -
YUV 108.66 100.54 84.74 -
System Red Green Blue C M Y K H S L
Decimal 48 149 60 0.68 0 0.60 0.42 127.13 0.51 0.39
Hex 30 95 3C 44 0 3C 2A 7F 33 27
Octal 60 225 74 104 0 74 52 177 63 47
Binary 110000 10010101 111100 1000100 0 111100 101010 1111111 110011 100111

Color Harmonies of #30953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30953C

Black with #30953C

Text Example


Text Example

White with #30953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30953C; }

 p { color: rgb(48,149,60); }

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

background-color css

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

 a { background-color: rgb(48,149,60); }

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

border-color css

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

 span { border-color: rgb(48,149,60); }

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