Html Css Color HEX #30882F Forest Green

📋 copy color: '#30882F'

red 48 ◦ green 136 ◦ blue 47

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

Shades of Forest Green #30882F

Tints of Forest Green #30882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.87%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 20.78%
G = 58.87%
B = 20.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#30882F (or 0x30882F) is known color: Forest Green. HEX triplet: 30, 88 and 2F. RGB value is (48,136,47). Sum of RGB (Red+Green+Blue) = 48+136+47=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #30882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30882F is #CF77D0. Grayscale: #636363. Windows color (decimal): -13596625 or 3115056. OLE color: 3115056.

HSL color Cylindrical-coordinate representation of color #30882F: hue angle of 119.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30882F is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 47 -
CMYK 0.65 0 0.65 0.47
HSL 119.33º 0.49% 0.36% -
HSV(B) 119.33º 0.65% 0.53% -
XYZ 10.54 18.44 5.69 -
YUV 99.54 98.35 91.24 -
System Red Green Blue C M Y K H S L
Decimal 48 136 47 0.65 0 0.65 0.47 119.33 0.49 0.36
Hex 30 88 2F 41 0 41 2F 77 31 24
Octal 60 210 57 101 0 101 57 167 61 44
Binary 110000 10001000 101111 1000001 0 1000001 101111 1110111 110001 100100

Color Harmonies of #30882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30882F

Black with #30882F

Text Example


Text Example

White with #30882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30882F; }

 p { color: rgb(48,136,47); }

 H1.HeaderClassName
 {
   color: #30882F;
 }
 .AnyTagClassName
 {
   color: #30882F;
 }
</style>

background-color css

<style>
 a { background-color: #30882F; }

 a { background-color: rgb(48,136,47); }

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

border-color css

<style>
 span { border-color: #30882F; }

 span { border-color: rgb(48,136,47); }

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