Html Css Color HEX #30912E Forest Green

📋 copy color: '#30912E'

red 48 ◦ green 145 ◦ blue 46

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

Shades of Forest Green #30912E

Tints of Forest Green #30912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.67%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 20.08%
G = 60.67%
B = 19.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#30912E (or 0x30912E) is known color: Forest Green. HEX triplet: 30, 91 and 2E. RGB value is (48,145,46). Sum of RGB (Red+Green+Blue) = 48+145+46=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #30912E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30912E is #CF6ED1. Grayscale: #696969. Windows color (decimal): -13594322 or 3051824. OLE color: 3051824.

HSL color Cylindrical-coordinate representation of color #30912E: hue angle of 118.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30912E is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 46 -
CMYK 0.67 0 0.68 0.43
HSL 118.79º 0.52% 0.37% -
HSV(B) 118.79º 0.68% 0.57% -
XYZ 11.84 21.08 6.03 -
YUV 104.71 94.86 87.55 -
System Red Green Blue C M Y K H S L
Decimal 48 145 46 0.67 0 0.68 0.43 118.79 0.52 0.37
Hex 30 91 2E 43 0 44 2B 77 34 25
Octal 60 221 56 103 0 104 53 167 64 45
Binary 110000 10010001 101110 1000011 0 1000100 101011 1110111 110100 100101

Color Harmonies of #30912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30912E

Black with #30912E

Text Example


Text Example

White with #30912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30912E; }

 p { color: rgb(48,145,46); }

 H1.HeaderClassName
 {
   color: #30912E;
 }
 .AnyTagClassName
 {
   color: #30912E;
 }
</style>

background-color css

<style>
 a { background-color: #30912E; }

 a { background-color: rgb(48,145,46); }

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

border-color css

<style>
 span { border-color: #30912E; }

 span { border-color: rgb(48,145,46); }

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