Html Css Color HEX #30852C Forest Green

📋 copy color: '#30852C'

red 48 ◦ green 133 ◦ blue 44

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

Shades of Forest Green #30852C

Tints of Forest Green #30852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.11%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 21.33%
G = 59.11%
B = 19.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#30852C (or 0x30852C) is known color: Forest Green. HEX triplet: 30, 85 and 2C. RGB value is (48,133,44). Sum of RGB (Red+Green+Blue) = 48+133+44=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #30852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30852C is #CF7AD3. Grayscale: #616161. Windows color (decimal): -13597396 or 2917680. OLE color: 2917680.

HSL color Cylindrical-coordinate representation of color #30852C: hue angle of 117.3º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30852C is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 44 -
CMYK 0.64 0 0.67 0.48
HSL 117.3º 0.5% 0.35% -
HSV(B) 117.3º 0.67% 0.52% -
XYZ 10.06 17.59 5.25 -
YUV 97.44 97.84 92.74 -
System Red Green Blue C M Y K H S L
Decimal 48 133 44 0.64 0 0.67 0.48 117.3 0.5 0.35
Hex 30 85 2C 40 0 43 30 75 32 23
Octal 60 205 54 100 0 103 60 165 62 43
Binary 110000 10000101 101100 1000000 0 1000011 110000 1110101 110010 100011

Color Harmonies of #30852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30852C

Black with #30852C

Text Example


Text Example

White with #30852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,133,44); }

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

background-color css

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

 a { background-color: rgb(48,133,44); }

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

border-color css

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

 span { border-color: rgb(48,133,44); }

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