Html Css Color HEX #30862D Forest Green

📋 copy color: '#30862D'

red 48 ◦ green 134 ◦ blue 45

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

Shades of Forest Green #30862D

Tints of Forest Green #30862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.03%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 21.15%
G = 59.03%
B = 19.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#30862D (or 0x30862D) is known color: Forest Green. HEX triplet: 30, 86 and 2D. RGB value is (48,134,45). Sum of RGB (Red+Green+Blue) = 48+134+45=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #30862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30862D is #CF79D2. Grayscale: #626262. Windows color (decimal): -13597139 or 2983472. OLE color: 2983472.

HSL color Cylindrical-coordinate representation of color #30862D: hue angle of 117.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30862D is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 45 -
CMYK 0.64 0 0.66 0.47
HSL 117.98º 0.5% 0.35% -
HSV(B) 117.98º 0.66% 0.53% -
XYZ 10.22 17.87 5.39 -
YUV 98.14 98.01 92.24 -
System Red Green Blue C M Y K H S L
Decimal 48 134 45 0.64 0 0.66 0.47 117.98 0.5 0.35
Hex 30 86 2D 40 0 42 2F 76 32 23
Octal 60 206 55 100 0 102 57 166 62 43
Binary 110000 10000110 101101 1000000 0 1000010 101111 1110110 110010 100011

Color Harmonies of #30862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30862D

Black with #30862D

Text Example


Text Example

White with #30862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,134,45); }

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

background-color css

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

 a { background-color: rgb(48,134,45); }

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

border-color css

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

 span { border-color: rgb(48,134,45); }

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