Html Css Color HEX #30872A Forest Green

📋 copy color: '#30872A'

red 48 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #30872A

Tints of Forest Green #30872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60%

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

R = 21.33%
G = 60%
B = 18.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#30872A (or 0x30872A) is known color: Forest Green. HEX triplet: 30, 87 and 2A. RGB value is (48,135,42). Sum of RGB (Red+Green+Blue) = 48+135+42=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #30872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30872A is #CF78D5. Grayscale: #626262. Windows color (decimal): -13596886 or 2787120. OLE color: 2787120.

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

Color convert

RGB 48 135 42 -
CMYK 0.64 0 0.69 0.47
HSL 116.13º 0.53% 0.35% -
HSV(B) 116.13º 0.69% 0.53% -
XYZ 10.3 18.12 5.15 -
YUV 98.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 48 135 42 0.64 0 0.69 0.47 116.13 0.53 0.35
Hex 30 87 2A 40 0 45 2F 74 35 23
Octal 60 207 52 100 0 105 57 164 65 43
Binary 110000 10000111 101010 1000000 0 1000101 101111 1110100 110101 100011

Color Harmonies of #30872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30872A

Black with #30872A

Text Example


Text Example

White with #30872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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