Html Css Color HEX #30842A Forest Green

📋 copy color: '#30842A'

red 48 ◦ green 132 ◦ blue 42

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

Shades of Forest Green #30842A

Tints of Forest Green #30842A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.46%

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 21.62%
G = 59.46%
B = 18.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#30842A (or 0x30842A) is known color: Forest Green. HEX triplet: 30, 84 and 2A. RGB value is (48,132,42). Sum of RGB (Red+Green+Blue) = 48+132+42=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #30842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30842A is #CF7BD5. Grayscale: #606060. Windows color (decimal): -13597654 or 2786352. OLE color: 2786352.

HSL color Cylindrical-coordinate representation of color #30842A: hue angle of 116º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30842A is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 42 -
CMYK 0.64 0 0.68 0.48
HSL 116º 0.52% 0.34% -
HSV(B) 116º 0.68% 0.52% -
XYZ 9.89 17.3 5.01 -
YUV 96.62 97.17 93.32 -
System Red Green Blue C M Y K H S L
Decimal 48 132 42 0.64 0 0.68 0.48 116 0.52 0.34
Hex 30 84 2A 40 0 44 30 74 34 22
Octal 60 204 52 100 0 104 60 164 64 42
Binary 110000 10000100 101010 1000000 0 1000100 110000 1110100 110100 100010

Color Harmonies of #30842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30842A

Black with #30842A

Text Example


Text Example

White with #30842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30842A; }

 p { color: rgb(48,132,42); }

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

background-color css

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

 a { background-color: rgb(48,132,42); }

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

border-color css

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

 span { border-color: rgb(48,132,42); }

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