Html Css Color HEX #30963D Forest Green

📋 copy color: '#30963D'

red 48 ◦ green 150 ◦ blue 61

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

Shades of Forest Green #30963D

Tints of Forest Green #30963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.92%

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 18.53%
G = 57.92%
B = 23.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#30963D (or 0x30963D) is known color: Forest Green. HEX triplet: 30, 96 and 3D. RGB value is (48,150,61). Sum of RGB (Red+Green+Blue) = 48+150+61=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #30963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30963D is #CF69C2. Grayscale: #6D6D6D. Windows color (decimal): -13593027 or 4036144. OLE color: 4036144.

HSL color Cylindrical-coordinate representation of color #30963D: hue angle of 127.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30963D is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 61 -
CMYK 0.68 0 0.59 0.41
HSL 127.65º 0.52% 0.39% -
HSV(B) 127.65º 0.68% 0.59% -
XYZ 12.97 22.78 8.13 -
YUV 109.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 48 150 61 0.68 0 0.59 0.41 127.65 0.52 0.39
Hex 30 96 3D 44 0 3B 29 80 34 27
Octal 60 226 75 104 0 73 51 200 64 47
Binary 110000 10010110 111101 1000100 0 111011 101001 10000000 110100 100111

Color Harmonies of #30963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30963D

Black with #30963D

Text Example


Text Example

White with #30963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30963D; }

 p { color: rgb(48,150,61); }

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

background-color css

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

 a { background-color: rgb(48,150,61); }

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

border-color css

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

 span { border-color: rgb(48,150,61); }

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